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.
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.