ktprime / emhash

Fast and memory efficient c++ flat hash map/set
MIT License
471 stars 35 forks source link

Add benchmark of hashmap implemented in other lang #22

Closed sundy-li closed 1 year ago

sundy-li commented 1 year ago

Hello, we have a hashmap implemented in rust. Maybe we could bench it using cxx ?

https://github.com/datafuselabs/databend/tree/main/src/common/hashtable

ktprime commented 1 year ago

I have never benchmark any other lang's hash map(difficult to compare), if u want to add new hash map into this benchmark, it's interface must implement like c++ std::unordered_map.