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
The reduced memory allocations from using a hasher pool turns out to be
less efficient than just allocating a hasher per operation. On my
machine, this yields about a 14% speedup on Insert, 29% speedup on
Lookup, and 33% speedup on Remove. Also benchmarked sustained inserts.
0 commit comments