Top 9 C++ Hash Projects
-
I'm late on the reply but I was using xxhash for something similar, but found that Meow hash was faster for me. Feel free to benchmark, since I'm sure it could vary depending on CPU architecture.
-
parallel-hashmap
A family of header-only, very fast and memory-friendly hashmap and btree containers.
-
Scout APM
Less time debugging, more time building. Scout APM allows you to find and fix performance issues with no hassle. Now with error monitoring and external services monitoring, Scout is a developer's best friend when it comes to application development.
-
-
Project mention: The 23 year-old C++ developers with three job offers over $500k | reddit.com/r/cpp | 2022-04-22
I've created robin-hood-hashing and nanobench, and recently made some contributions to Bitcoin and doxygen
-
Project mention: Who here is ready to see some 64MB blocks on mainnet? | reddit.com/r/btc | 2021-10-27
Hey thanks for the mention /u/jtoomim. I see that you used sparsepp in CoinsViewCache. A phmap::flat_hash_map would probably be similar for memory usage, but likely faster (because of parallel lookup with SSE instructions and contiguous memory storage in one array).
-
Glad it's on Github here: https://github.com/aetilius/pHash
Github tends to outlive the homepage of some projects. I got worried when I read this:
> Copyright © 2008-2010
-
-
SonarLint
Deliver Cleaner and Safer Code - Right in Your IDE of Choice!. SonarLint is a free and open source IDE extension that identifies and catches bugs and vulnerabilities as you code, directly in the IDE. Install from your favorite IDE marketplace today.
-
-
C++ Hash related posts
Index
What are some of the best open-source Hash projects in C++? This list will help you:
Project | Stars | |
---|---|---|
1 | meow_hash | 1,545 |
2 | parallel-hashmap | 1,383 |
3 | OpenHashTab | 1,153 |
4 | robin-hood-hashing | 1,125 |
5 | sparsepp | 1,122 |
6 | pHash | 369 |
7 | fhash | 186 |
8 | digestpp | 133 |
9 | gperf | 0 |
Are you hiring? Post a new remote job listing for free.