asumagic / kag-staging

Issue tracker for the KAG staging build
6 stars 0 forks source link

Using Abseil or something else for hashmaps #61

Closed asumagic closed 4 years ago

asumagic commented 4 years ago

https://github.com/martinus/robin-hood-hashing or https://abseil.io/

This might be helpful for performance with property maps for blobs or something? The benchmarks here are might not be necessarily useful as most maps this would replace in KAG are a few dozens items at most.

If it's easy to integrate, it is worth trying, though.