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
map_with_default calls self.get_mut and self.insert; both of these functions encode the key as the first thing they do : this means that mis-heavy workloads encode the key twice as often as there are actual API calls made to the trie.
related to #32 but distinct i think since they need to be fixed separately.
The text was updated successfully, but these errors were encountered:
map_with_default calls self.get_mut and self.insert; both of these functions encode the key as the first thing they do : this means that mis-heavy workloads encode the key twice as often as there are actual API calls made to the trie.
related to #32 but distinct i think since they need to be fixed separately.
The text was updated successfully, but these errors were encountered: