skarupke / sherwood_map
A hash table implementation using Robin Hood Linear Probing
☆50Updated 10 years ago
Alternatives and similar repositories for sherwood_map:
Users that are interested in sherwood_map are comparing it to the libraries listed below
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Updated 7 years ago
- ☆31Updated 9 years ago
- Looking into the performance of heaps, starting with the Min-Max Heap☆65Updated 4 years ago
- For details, see the blog post:☆32Updated last year
- A high performance C++ playground library☆48Updated 8 years ago
- Resizable contiguous sequence container with fast appends on either end.☆37Updated 8 years ago
- Coroutines/Fibers implementation for x86☆65Updated 8 years ago
- A C++ library for integer array compression☆29Updated 3 years ago
- Compile-time Checked, Type-Safe Formatting in C++14☆36Updated 8 years ago
- C++17 immutable compile-time key value map☆50Updated 5 years ago
- SIMD recipes, for various platforms (collection of code snippets)☆48Updated 3 years ago
- Linear vs binary search benchmark☆40Updated 5 years ago
- C++ reimplementation of https://github.com/emilk/drop-merge-sort☆21Updated 3 years ago
- A persistent hash array-mapped trie for C++☆91Updated 2 years ago
- Popular hash table implementation benchmarks☆27Updated 7 years ago
- Generic SIMD intrinsic to allow for portable SIMD intrinsic programming☆42Updated 11 years ago
- C++ implementation of Concise and WAH compressed bitsets☆20Updated 8 years ago
- Smart pointer for any movable objects. When trackable object moved/destroyed, trackers updated with new object's pointer.☆25Updated 5 years ago
- A proposal for a futures programming model for ISO C++☆22Updated 6 years ago
- {fmt} support for ranges, containers and types with tuple interface.☆27Updated 6 years ago
- ☆12Updated 8 years ago
- Random Number Generator based on hardware-accelerated AES instructions☆57Updated 6 years ago
- The stack_unwinding is a small header only C++ library which supplies primitive(class unwinding_indicator) to determining when object des…☆84Updated 9 years ago
- An implementation of the Judy array, wrapped in a c++ template. Uses Karl Malbrain's implementation, http://code.google.com/p/judyarray/ …☆42Updated 10 years ago
- WG21 P0468 implementation of an intrusive smart pointer for C++☆57Updated 5 years ago
- source code for CppCon 2014 talk on polymorphic unions☆31Updated 10 years ago
- ☆26Updated 7 years ago
- Unstable O(n log n) sorting algorithm with O(n) memory☆60Updated last year
- portability macros for compiler and hardware micro operations☆36Updated 10 months ago
- Fast differential coding functions (using SIMD instructions)☆52Updated 7 years ago