You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: