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
Use a macro for simdhash ght key comparer and key hasher since it seems like sometimes they don't get inlined
Add some measurements for simdhash ght
Improve makefile
Introduce scan data that's fetched once per bucket
Targeted simdhash optimizations via new dn_simdhash_ght_get_value_or_default
Fix indentation to satisfy CI build warnings
Fix build warnings
Switch to spaced prime bucket counts instead of power of two bucket counts for better collision resistance
Fix cache alignment of ght compatible and ptr ptr simdhash variants on 64-bit
Higher simdhash load factor (closer to ghashtable's; improves performance for bad hashes)
Improve benchmark overhead calculation
Add sequential keys measurements
Fix build on CI
Revert ght bucket size
Revert "Revert ght bucket size"
This reverts commit 2a225ad.
Bug fixes
Add murmurhash32 variant for use in improved mono hash
Increase load factor to 30%
0 commit comments