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:
- A persistent hash array-mapped trie for C++☆91Updated 2 years ago
- A portable in-place bitwise binary Fredkin trie algorithm which allows for near constant time insertions, deletions, finds, closest fit f…☆276Updated 4 years ago
- C Minimal Perfect Hashing Library☆88Updated 8 years ago
- A fast implementation for varbyte 32bit/64bit integer compression☆121Updated 8 years ago
- C++ implementation of concurrent Binary Search Trees☆72Updated 10 years ago
- Fast decoder for VByte-compressed integers☆125Updated last month
- C++14 cache friendly B-heap priority queue☆109Updated 3 months ago
- Hash Array Mapped Trie (C++ Templates)☆125Updated 2 years ago
- Generates benchmark data for two different data structures, then renders some graphs.☆112Updated 6 years ago
- A hash table implementation using Robin Hood Linear Probing☆51Updated 11 years ago
- A fast alternative to the modulo reduction☆314Updated 4 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
- Compact Data Structures Library☆101Updated 3 years ago
- C library implementing the ridiculously fast CLHash hashing function☆281Updated last year
- A C++ library for integer array compression☆30Updated 3 years ago
- An efficient external-memory algorithm for the construction of minimal perfect hash functions☆65Updated last year
- An entirely const_expr string class in C++. Similar to string_view, most useful for compile-time constants☆22Updated 10 years ago
- Benchmark comparing various data serialization libraries (thrift, protobuf etc.) for C++☆35Updated 9 years ago
- Fast differential coding functions (using SIMD instructions)☆55Updated 8 years ago
- HISTORICAL INTEREST ONLY: Post peer review AFIO v2 rewrite is now at https://github.com/ned14/boost.afio☆46Updated 9 years ago
- A C++ library for concurrent programming☆71Updated 4 years ago
- A benchmark of some prominent C/C++ hash table implementations☆105Updated 6 years ago
- Rolling Hash C++ Library☆189Updated last year
- A C++ smart-pointer with value-semantics 💎☆131Updated 6 years ago
- Fastest Histogram Construction☆72Updated 3 years ago
- nkvdb - is a numeric time-series database.☆35Updated 8 years ago
- A STL allocator that mmaps files☆254Updated 4 years ago
- Highly optimized implementation of tiered vectors, a data structure for maintaining a sequence of n elements supporting access in time O(…☆50Updated last year
- Portable C++ SIMD library☆171Updated 6 years ago
- C library to compute the Hamming weight of arrays☆49Updated 7 years ago