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
Interesting for us are especially tsl::sparse_map and ankerl::unordered_dense in the configurations and it's segmented version, as well as with the bucket types standard and big.
The text was updated successfully, but these errors were encountered:
I came across the issue regarding the integration of the improved version of wyhash and its performance testing with tsl::sparse_map and ankerl::unordered_dense in various configurations.
I am interested in contributing to this enhancement and would like to start working on it. Could you please confirm if the issue is still open and if I can proceed with the implementation and benchmarking?
Hi @tigerwagh,
the issue is open and has not been picked up yet. A contribution would be very appreciated. For a contribution please fork the repo and make a pull request. Also, please remind me to change the repo license to MIT+BSD so that you can freely use it in any private projects you might have.
There seems to be a improved version of wyhash. We should add it as a new hashing scheme.
https://github.com/Nicoshev/rapidhash
Please also test how it performs in https://github.com/martinus/map_benchmark
Interesting for us are especially tsl::sparse_map and ankerl::unordered_dense in the configurations and it's segmented version, as well as with the bucket types standard and big.
The text was updated successfully, but these errors were encountered: