Closed sundy-li closed 1 year ago
Hello, we have a hashmap implemented in rust. Maybe we could bench it using cxx ?
cxx
https://github.com/datafuselabs/databend/tree/main/src/common/hashtable
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.
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