1ykos / patchmapLinks
A fast and memory efficient hashmap using sorting to resolve collisions
☆43Updated 4 years ago
Alternatives and similar repositories for patchmap
Users that are interested in patchmap are comparing it to the libraries listed below
Sorting:
- Fast C functions for the computing the positional popcount (pospopcnt).☆53Updated 5 years ago
- An exploratory implementation of bit overloads of the C++ standard algorithms☆18Updated 4 years ago
- A SIMD-based C++ library providing rank/select queries over mutable bitmaps.☆35Updated 2 years ago
- For details, see the blog post:☆32Updated last year
- ☆39Updated 4 years ago
- A flexible and efficient C++ implementation of the Binary Interpolative Coding algorithm.☆29Updated 2 years ago
- Vectorized version of the PCG random number generator☆77Updated 2 months ago
- A hash table implementation using Robin Hood Linear Probing☆51Updated 10 years ago
- Fast Hash Functions Using AES Intrinsics☆82Updated 5 years ago
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆45Updated 5 years ago
- A benchmark for sorting algorithms☆60Updated 4 years ago
- String to Float Benchmark☆19Updated 6 years ago
- A fast implementation for varbyte 32bit/64bit integer compression☆118Updated 8 years ago
- A C++ library for integer array compression☆29Updated 3 years ago
- benchmarking positional population count☆14Updated last year
- My very own vxsort re-implemented with "modern" C++ by a complete idiot (in C++)☆30Updated last year
- 🔶 Compressed bitvector/container supporting efficient random access and rank queries☆43Updated 8 months 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
- Cache-friendly associative STL-like container with an Eytzinger (BFS) layout for C++☆32Updated 8 years ago
- Fast algorithms for computing XX^T for binary matrices☆14Updated 5 years ago
- Pruning elements in SIMD vectors (i.e., packing left elements)☆65Updated last year
- SIMD recipes, for various platforms (collection of code snippets)☆48Updated 3 years ago
- A small DFA for under 16 states☆51Updated 6 years ago
- ☆13Updated last month
- Universe-sliced indexes in C++.☆18Updated 2 years ago
- SIMDized check which bytes are in a set☆28Updated 6 years ago
- 8-bit Xor Filter in C99☆61Updated 5 years ago
- Bitset Sort, a faster std::sort replacement.☆78Updated 3 years ago
- Fast and highly tuned bit vector implementation including space efficient rank and select support having only 3.51% space overhead.☆30Updated last month
- C++ reimplementation of https://github.com/emilk/drop-merge-sort☆21Updated 3 years ago