- Hashmaps Benchmarks - Finding the Fastest, Memory Efficient Hashmap https://martin.ankerl.com/2019/04/01/hashmap-benchmarks-01-overview/ 6 comments programming
Linking pages
- GitHub - martinus/robin-hood-hashing: Fast & memory efficient hashtable based on robin hood hashing for C++11/14/17/20 https://github.com/martinus/robin-hood-hashing 107 comments
- SmoothieMap 2: the lowest memory hash table | by Roman Leventov | Medium https://medium.com/@leventov/smoothiemap-2-the-lowest-memory-hash-table-ever-6bebd06780a3 11 comments
- GitHub - zhengyiii/kudb: Linux porting of Benchmark of Dictionary Structures by Heng Li (http://lh3lh3.users.sourceforge.net/udb.shtml) https://github.com/zhengyiii/kudb 0 comments
Linked pages
- GitHub - electronicarts/EASTL: EASTL stands for Electronic Arts Standard Template Library. It is an extensive and robust implementation that has an emphasis on high performance. https://github.com/electronicarts/EASTL 577 comments
- I Wrote The Fastest Hashtable | Probably Dance https://probablydance.com/2017/02/26/i-wrote-the-fastest-hashtable/ 229 comments
- GitHub - facebook/folly: An open-source C++ library developed and used at Facebook. https://github.com/facebook/folly 172 comments
- A new fast hash table in response to Google’s new fast hash table | Probably Dance https://probablydance.com/2018/05/28/a-new-fast-hash-table-in-response-to-googles-new-fast-hash-table/ 159 comments
- GitHub - martinus/robin-hood-hashing: Fast & memory efficient hashtable based on robin hood hashing for C++11/14/17/20 https://github.com/martinus/robin-hood-hashing 107 comments
- CppCon 2017: Matt Kulukundis “Designing a Fast, Efficient, Cache-friendly Hash Table, Step by Step” - YouTube https://youtu.be/ncHmEUmJZf4 52 comments
- GitHub - greg7mdp/sparsepp: A fast, memory efficient hash map for C++ https://github.com/greg7mdp/sparsepp 49 comments
- GitHub - greg7mdp/parallel-hashmap: A family of header-only, very fast and memory-friendly hashmap and btree containers. https://github.com/greg7mdp/parallel-hashmap 40 comments
- The Parallel Hashmap (Gregory Popovitch) https://greg7mdp.github.io/parallel-hashmap/ 37 comments
- abseil / `absl::Hash` https://abseil.io/docs/cpp/guides/hash#testing-hashable-types 23 comments
- Address space layout randomization - Wikipedia https://en.wikipedia.org/wiki/Address_space_layout_randomization 0 comments
- Fowler–Noll–Vo hash function - Wikipedia https://en.wikipedia.org/wiki/Fowler%E2%80%93Noll%E2%80%93Vo_hash_function 0 comments
- GitHub - skarupke/flat_hash_map: A very fast hashtable https://github.com/skarupke/flat_hash_map 0 comments
- folly/F14.md at main · facebook/folly · GitHub https://github.com/facebook/folly/blob/master/folly/container/F14.md#f14-hash-table 0 comments
Related searches:
Search whole site: site:martin.ankerl.com
Search title: Hashmaps Benchmarks - Overview
See how to search.