jnorthrup / patlLinks
Roman Klyujkov's Practical Algorithm Template library
☆23Updated 3 years ago
Alternatives and similar repositories for patl
Users that are interested in patl are comparing it to the libraries listed below
Sorting:
- Hash Array Mapped Trie (C++ Templates)☆125Updated 2 years ago
- Rolling Hash C++ Library☆190Updated last year
- A portable in-place bitwise binary Fredkin trie algorithm which allows for near constant time insertions, deletions, finds, closest fit f…☆275Updated 4 years ago
- A persistent hash array-mapped trie for C++☆92Updated 2 years ago
- C++14 cache friendly B-heap priority queue☆109Updated 4 months ago
- C++ implementation of concurrent Binary Search Trees☆72Updated 10 years ago
- Looking into the performance of heaps, starting with the Min-Max Heap☆70Updated 5 years ago
- A C++ library for integer array compression☆30Updated 3 years ago
- C Minimal Perfect Hashing Library☆88Updated 8 years ago
- Fast decoder for VByte-compressed integers☆127Updated 2 months ago
- Compile-time TRIE based string matcher (C++11)☆54Updated 6 years ago
- A hash table implementation using Robin Hood Linear Probing☆52Updated 11 years ago
- C++11 wrapper for the LMDB embedded B+ tree database library.☆282Updated 5 years ago
- Memory-mapped storage library☆76Updated 9 years ago
- Generates benchmark data for two different data structures, then renders some graphs.☆112Updated 6 years ago
- A-C implementation in "C". Tight-packed (interleaved) state-transition matrix -- as fast as it gets, as small as it gets.☆149Updated 5 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆185Updated 3 months ago
- A fast alternative to the modulo reduction☆317Updated 4 years ago
- multi-way atomic compare-and-swap with x64/TSX☆85Updated 9 years ago
- Intel(R) Concurrent Collections for C++☆115Updated 3 years ago
- This small library enables acceleration of bulk calls of certain math functions on AVX and AVX2 hardware. Currently supported operations …☆86Updated 4 years ago
- A feature complete LRU cache implementation in C++☆264Updated 6 years ago
- C library implementing the ridiculously fast CLHash hashing function☆281Updated last year
- A C++ smart-pointer with value-semantics 💎☆131Updated 6 years ago
- The stack_unwinding is a small header only C++ library which supplies primitive(class unwinding_indicator) to determining when object des…☆87Updated 10 years ago
- SIMD (SWAR/SSE/SSE4/AVX2/AVX512F/ARM Neon) of Karp-Rabin algorithm's modification☆261Updated 4 years ago
- STXXL: Standard Template Library for Extra Large Data Sets☆496Updated 2 years ago
- STL-based caches for C++☆116Updated 2 years ago
- C++ implementation of Concise and WAH compressed bitsets☆20Updated 8 years ago
- Benchmark comparing various data serialization libraries (thrift, protobuf etc.) for C++☆36Updated 9 years ago