martinus / unordered_dense

A fast & densely stored hashmap and hashset based on robin-hood backward shift deletion
MIT License
898 stars 72 forks source link

Add bucket_type::small #18

Closed martinus closed 2 years ago

martinus commented 2 years ago

That's also easier to test. E.g

uint16_t dist and hash uint16_t idx

martinus commented 2 years ago

used in test bot nothing else. I don't want to risk overflows.