fast-pack / FrameOfReferenceLinks
C++ library to pack and unpack vectors of integers having a small range of values using a technique called Frame of Reference
☆54Updated last year
Alternatives and similar repositories for FrameOfReference
Users that are interested in FrameOfReference are comparing it to the libraries listed below
Sorting:
- A C++ library for integer array compression☆30Updated 3 years ago
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆45Updated 6 years ago
- Fast implementations of the scancount algorithm: C++ header-only library☆27Updated 6 years ago
- Clone of Google's cpp-btree B-tree set and map containers, with minor fixes/modifications.☆37Updated 3 weeks ago
- For details, see the blog post:☆35Updated 2 years ago
- String map implementation through Fast Succinct Trie☆21Updated 4 years ago
- C++14 cache friendly B-heap priority queue☆109Updated 4 months ago
- A hash table implementation using Robin Hood Linear Probing☆52Updated 11 years ago
- This small library enables acceleration of bulk calls of certain math functions on AVX and AVX2 hardware. Currently supported operations …☆87Updated 4 years ago
- Fast differential coding functions (using SIMD instructions)☆55Updated 8 years ago
- Cache-friendly associative STL-like container with an Eytzinger (BFS) layout for C++☆33Updated 8 years ago
- benchmarking positional population count☆17Updated 2 months ago
- AVX512F and AVX2 versions of quick sort☆104Updated 8 years ago
- Succinct data structures in C/C++☆92Updated last year
- Git mirror of the official (mercurial) repository of cpp-btree☆78Updated 11 years ago
- Sample program for article "SIMD-ized searching in unique constant dictionary" (http://0x80.pl/articles/simd-search.html)☆52Updated 8 years ago
- C implementations of several scalable non-blocking data structures for x86 and x86-64.☆38Updated 14 years ago
- An implementation of the Judy array, wrapped in a c++ template. Uses Karl Malbrain's implementation, http://code.google.com/p/judyarray/ …☆45Updated 10 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆185Updated 2 months ago
- Component-Model Framework in C++☆44Updated 10 years ago
- C++ framework for rapid server development☆76Updated last year
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Updated 8 years ago
- C++ implementation of concurrent Binary Search Trees☆72Updated 10 years ago
- Automatically exported from code.google.com/p/google-concurrency-library☆14Updated 10 years ago
- SIMD (SSE) string functions☆103Updated 8 years ago
- Effective Memory Reclamation☆63Updated 5 years ago
- Lock-free allocator as described by Maged M. Michael, 2004☆48Updated 12 years ago
- W-TinyLFU cache C++11 header only implementation☆63Updated 7 years ago
- Non-blocking message passing (a C++14 MPI wrapper)☆18Updated 11 years ago
- C++ implementation of RCU based on reference counting and hazard pointers.☆28Updated 12 years ago