jnorthrup / patlLinks
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
- C++14 - fast drop-in uniform_int_distribution☆9Updated 6 years ago
- Sample implementation of a proposed C++ hashing framework☆29Updated 9 years ago
- An efficient external-memory algorithm for the construction of minimal perfect hash functions☆64Updated last year
- Highly optimized implementation of tiered vectors, a data structure for maintaining a sequence of n elements supporting access in time O(…☆50Updated last year
- 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
- A C++ library for integer array compression☆29Updated 3 years ago
- C++11 library for fast fuzzy searching☆14Updated 10 years ago
- HISTORICAL INTEREST ONLY: Post peer review AFIO v2 rewrite is now at https://github.com/ned14/boost.afio☆47Updated 9 years ago
- Memory-mapped storage library☆76Updated 9 years ago
- Hash Array Mapped Trie (C++ Templates)☆124Updated 2 years ago
- A persistent hash array-mapped trie for C++☆91Updated 2 years ago
- Fast differential coding functions (using SIMD instructions)☆54Updated 7 years ago
- This small library enables acceleration of bulk calls of certain math functions on AVX and AVX2 hardware. Currently supported operations …☆88Updated 3 years ago
- Linear vs binary search benchmark☆40Updated 5 years ago
- Compact Data Structures Library☆100Updated 3 years ago
- A C++ library for concurrent programming☆71Updated 4 years ago
- A fast implementation for varbyte 32bit/64bit integer compression☆119Updated 8 years ago
- nkvdb - is a numeric time-series database.☆35Updated 8 years ago
- Lightweight approach to expressing task stealing and balanced parallelism in a C++ programs.☆73Updated 9 years ago
- Implementation of the data structures described in the paper "Fast Compressed Tries using Path Decomposition".☆56Updated 2 years ago
- Compile-time TRIE based string matcher (C++11)☆52Updated 6 years ago
- C++11 metaprogramming library☆113Updated 9 years ago
- A collection of string sorting algorithms☆55Updated 3 years ago
- String splitting benchmarks☆39Updated 9 years ago
- High performance HTTP library for Boost.Asio based on Joyent's http-parser and good intentions.☆34Updated 8 years ago
- Fast decoder for VByte-compressed integers☆123Updated last year
- What did you expect?☆111Updated 8 years ago
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Updated 7 years ago
- A hash table implementation using Robin Hood Linear Probing☆51Updated 11 years ago