skarupke / sherwood_map
A hash table implementation using Robin Hood Linear Probing
☆50Updated 10 years ago
Related projects ⓘ
Alternatives and complementary repositories for sherwood_map
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆37Updated 7 years ago
- C++ reimplementation of https://github.com/emilk/drop-merge-sort☆21Updated 2 years ago
- ☆30Updated 8 years ago
- A C++ library for integer array compression☆27Updated 2 years ago
- C++17 immutable compile-time key value map☆50Updated 4 years ago
- A high performance C++ playground library☆47Updated 8 years ago
- ☆26Updated 6 years ago
- A persistent hash array-mapped trie for C++☆90Updated last year
- Looking into the performance of heaps, starting with the Min-Max Heap☆63Updated 3 years ago
- Resizable contiguous sequence container with fast appends on either end.☆37Updated 7 years ago
- For details, see the blog post:☆31Updated 10 months ago
- Pruning elements in SIMD vectors (i.e., packing left elements)☆60Updated 9 months ago
- A comparison of different options to implement binary flags in C++17☆17Updated 6 years ago
- Wrapper for references to array in C++.☆59Updated 8 years ago
- {fmt} support for ranges, containers and types with tuple interface.☆27Updated 6 years ago
- A basic implementation of C++ Concepts in C++14 (CppCon 2016 Lightning Talks)☆37Updated 7 years ago
- HISTORICAL INTEREST ONLY: Post peer review AFIO v2 rewrite is now at https://github.com/ned14/boost.afio☆46Updated 8 years ago
- A header-only C++ parsing framework☆36Updated 3 years ago
- High performance HTTP library for Boost.Asio based on Joyent's http-parser and good intentions.☆34Updated 8 years ago
- Compile-time Checked, Type-Safe Formatting in C++14☆36Updated 7 years ago
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆45Updated 4 years ago
- Coroutines/Fibers implementation for x86☆66Updated 8 years ago
- A C++ header-only support for serialization of generic objects to be used when the type is known a-priori.☆52Updated 11 years ago
- Smart pointer for any movable objects. When trackable object moved/destroyed, trackers updated with new object's pointer.☆25Updated 5 years ago
- Implementation of hash_append proposal☆68Updated 7 years ago
- A stab at constexpr bson creation☆32Updated 9 years ago
- A fast and memory efficient hashmap using sorting to resolve collisions☆43Updated 3 years ago
- C++ library to pack and unpack vectors of integers having a small range of values using a technique called Frame of Reference☆50Updated 8 months ago