Skip to content

memoise Text calls #26

Description

@plastikfan

See:

Not all message entries are realistically memoizable. Any messages with dynamic content should not be memoized. Each xxxTemplData entry could have a flag set on them to indicate if it can be memoized. Or we could introduce a new struct that can be composed in which indicates it is memoizable. When Text is called, it will check if it is memoizable and take appropriate action.

tcache?? (Similar to the Linux dcache used to cache inodes to speed up file system performance)

Sync.Map

Metadata

Metadata

Assignees

Labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions