lemire / fasthashingLinks
A Variable-Length String Hashing Library in C++
☆44Updated 5 years ago
Alternatives and similar repositories for fasthashing
Users that are interested in fasthashing are comparing it to the libraries listed below
Sorting:
- A hash table implementation using Robin Hood Linear Probing☆51Updated 11 years ago
- Feed-forward Bloom filters☆52Updated 14 years ago
- Implementation of the data structures described in the paper "Fast Compressed Tries using Path Decomposition".☆56Updated 2 years ago
- Bloom filter alternative (C++)☆18Updated 6 years ago
- ☆18Updated 8 years ago
- A compact library for C99 (and MSVC in C++ mode) providing refcounted arrays, maps, lists and a cool lexical scanner.☆42Updated 8 years ago
- Benchmark and visualization of various compression algorithms