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
perf: switch to hashbrown hashmap in the function registry (#399)
# Summary
The function registry as well as the allocator used the standard `std`
hashmap, which by default uses a secure but slow hash. We don't need to
worry about security here, so switching to hashbrown should give us a
fair bit of speed up for free.
0 commit comments