gpichot / cpp-tdigestLinks
[Not maintained] Implementation of TDigest algorithm in C++
☆17Updated 8 years ago
Alternatives and similar repositories for cpp-tdigest
Users that are interested in cpp-tdigest are comparing it to the libraries listed below
Sorting:
- 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
- SIMD recipes, for various platforms (collection of code snippets)☆49Updated 4 years ago
- Vectorized version of the PCG random number generator☆83Updated 6 months ago
- String to Float Benchmark☆19Updated 6 years ago
- A SIMD-based C++ library providing rank/select queries over mutable bitmaps.☆35Updated 2 years ago
- Fast differential coding functions (using SIMD instructions)☆54Updated 7 years ago
- How fast can we shuffle values?☆38Updated last year
- ☆50Updated 5 years ago
- Implementation of the data structures described in the paper "Fast Compressed Tries using Path Decomposition".☆57Updated 2 years ago
- Fast generalized heap tree algorithms in C++ and C. Provides simultaneous support for D-heap and B-heap.☆135Updated 6 years ago
- Learned Monotone Minimal Perfect Hashing☆27Updated 5 months ago
- A C++ library for integer array compression☆29Updated 3 years ago
- Experiments with array layouts for comparison-based searching☆84Updated last year
- A hash table implementation using Robin Hood Linear Probing☆51Updated 11 years ago
- C++ version of Ted Dunning's merging t-digest☆27Updated 4 years ago
- A C++ smart-pointer with value-semantics 💎☆131Updated 6 years ago
- LLVM-jitted bitmaps☆27Updated 5 years ago
- A C++14 framework for asynchronous I/O, cooperative multitasking and green threads scheduling☆160Updated 7 years ago
- This small library enables acceleration of bulk calls of certain math functions on AVX and AVX2 hardware. Currently supported operations …☆87Updated 3 years ago
- Fast implementations of the scancount algorithm: C++ header-only library☆27Updated 5 years ago
- C library to pack and unpack short arrays of integers as fast as possible☆91Updated 2 years ago
- ☆109Updated last year
- nkvdb - is a numeric time-series database.☆35Updated 8 years ago
- Go-style coroutines and channels for C++☆34Updated 11 years ago
- Space-Efficient, High-Performance Rank & Select Structures on Uncompressed Bit Sequences☆55Updated 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
- A persistent hash array-mapped trie for C++☆91Updated 2 years ago
- Enjoy template metaprogramming☆113Updated 8 years ago
- Feed-forward Bloom filters☆53Updated 14 years ago
- Quick sort code using AVX2 instructions☆69Updated 8 years ago