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
Current implementation of StringCache creates temporarily a string slice of all cached string to sort them. This can be avoid by inserting the string in the sorted order. This would save some RAM on each cache refresh.
Current implementation of StringCache creates temporarily a string slice of all cached string to sort them. This can be avoid by inserting the string in the sorted order. This would save some RAM on each cache refresh.
Relevant for #470
The text was updated successfully, but these errors were encountered: