jnorthrup / patl
Roman Klyujkov's Practical Algorithm Template library
☆23Updated 2 years ago
Alternatives and similar repositories for patl
Users that are interested in patl are comparing it to the libraries listed below
Sorting:
- C++ implementation of Concise and WAH compressed bitsets☆20Updated 8 years ago
- A hash table implementation using Robin Hood Linear Probing☆51Updated 10 years ago
- A C++ library for integer array compression☆29Updated 3 years ago
- A fast implementation for varbyte 32bit/64bit integer compression☆118Updated 8 years ago
- A persistent hash array-mapped trie for C++☆91Updated 2 years ago
- A benchmark of some prominent C/C++ hash table implementations☆105Updated 6 years ago
- Memory-mapped storage library☆76Updated 9 years ago
- HISTORICAL INTEREST ONLY: Post peer review AFIO v2 rewrite is now at https://github.com/ned14/boost.afio☆47Updated 9 years ago
- Fast differential coding functions (using SIMD instructions)☆52Updated 7 years ago
- An efficient external-memory algorithm for the construction of minimal perfect hash functions☆63Updated 11 months ago
- Compile-time TRIE based string matcher (C++11)☆53Updated 6 years ago
- What did you expect?☆111Updated 7 years ago
- Fast decoder for VByte-compressed integers☆122Updated 11 months ago
- C++14 cache friendly B-heap priority queue☆104Updated 4 years ago
- Implementation of hash_append proposal☆69Updated 8 years ago
- A portable in-place bitwise binary Fredkin trie algorithm which allows for near constant time insertions, deletions, finds, closest fit f…☆274Updated 3 years ago
- Hash Array Mapped Trie (C++ Templates)☆124Updated 2 years ago
- C++ library to pack and unpack vectors of integers having a small range of values using a technique called Frame of Reference☆53Updated last year
- A C++ header-only support for serialization of generic objects to be used when the type is known a-priori.☆52Updated 11 years ago
- Compile-time-efficient proof-of-concept implementation for std::tuple☆94Updated 3 years ago
- Generates benchmark data for two different data structures, then renders some graphs.☆112Updated 5 years ago
- C++17 immutable compile-time key value map☆50Updated 5 years ago
- Cache-friendly associative STL-like container with an Eytzinger (BFS) layout for C++☆32Updated 8 years ago
- For details, see the blog post:☆32Updated last year
- Automatically exported from code.google.com/p/libhhash☆32Updated 9 years ago
- Linear vs binary search benchmark☆40Updated 5 years ago
- Looking into the performance of heaps, starting with the Min-Max Heap☆65Updated 4 years ago
- Rolling Hash C++ Library☆187Updated last year
- A C++11 std::vector-compliant implementation with a customizable size type and growing algorithm☆68Updated 10 years ago
- λ → C++ library for functional programming☆37Updated 8 years ago