bonitao / cmphLinks
☆20Updated 4 years ago
Alternatives and similar repositories for cmph
Users that are interested in cmph are comparing it to the libraries listed below
Sorting:
- A fast and memory efficient hashmap using sorting to resolve collisions☆43Updated 5 years ago
- For details, see the blog post:☆34Updated 2 years ago
- Variant on Wang Yi's wyhash with 32-bit output, using at most 64-bit math☆26Updated 6 years ago
- A persistent hash array-mapped trie for C++☆91Updated 2 years ago
- Fast C functions for the computing the positional popcount (pospopcnt).☆55Updated 5 years ago
- A C++ container-like data structure for storing a vector of bits with fast appending on both sides and fast insertion in the middle, all …☆26Updated 3 years ago
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆45Updated 6 years ago
- Towards a constexpr version of the C++ standard library☆18Updated last year
- Provides a bit-vector, an optimized replacement of the infamous std::vector<ool>. In addition to the bit-vector, the library also pro…☆73Updated last year
- Implementation of hash_append proposal☆67Updated 9 years ago
- Looking into the performance of heaps, starting with the Min-Max Heap☆69Updated 4 years ago
- A (Minimal) Perfect Hash Function based on irregular cuckoo hashing, retrieval, and overloading.☆20Updated 2 months ago
- Cache-friendly associative STL-like container with an Eytzinger (BFS) layout for C++☆33Updated 8 years ago
- DSL for SIMD Sorting on AVX2 & AVX512☆31Updated 6 years ago
- Some near drop in stl compatible hash tables that are a lot more space efficient than any other options.☆22Updated 3 years ago
- Reference implementation of Grisu-Exact in C++☆69Updated 5 years ago
- Rebooting the std::bitset franchise☆45Updated this week
- The stack_unwinding is a small header only C++ library which supplies primitive(class unwinding_indicator) to determining when object des…☆87Updated 10 years ago
- ☆39Updated 4 years ago
- Compile-time printf-like string formatting☆77Updated 7 years ago
- benchmarking positional population count☆16Updated 2 months ago
- Computes a constexpr (minimal) perfect hash function☆35Updated 6 years ago
- A C++11 std::vector-compliant implementation with a customizable size type and growing algorithm☆70Updated 10 years ago
- 🔎 Have your bits and eat them too! A C++17 bit lens container for vector types.☆22Updated 5 years ago
- Yet another C++ text formatting library.☆71Updated last year
- A self-contained, header-only, implementation of memory-mapped files in C++ for fast integration into larger projects.☆26Updated last year
- C++ components used in the project https://github.com/rnburn/bbai☆53Updated 2 years ago
- Benchmark of four minimal perfect hash libraries (phf, emphf, CMPH, Sux4J)☆14Updated 8 years ago
- A C++ library for integer array compression☆30Updated 3 years ago
- A flexible and efficient C++ implementation of the Binary Interpolative Coding algorithm.☆31Updated 2 years ago