logv / sybil

columnar storage + NoSQL OLAP engine | https://logv.org
https://logv.org
Other
305 stars 26 forks source link

faster hashmaps? #85

Open okayzed opened 6 years ago

okayzed commented 6 years ago

https://github.com/cornelk/hashmap

okayzed commented 6 years ago

https://rcoh.me/posts/hash-map-analysis/ https://groups.google.com/forum/m/#!topic/golang-nuts/o7ABs3i8lHM

okayzed commented 6 years ago

i wish that golang had overloaded operators, then it would be much easier to swap in a replacement hash map.