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:
- Fast differential coding functions (using SIMD instructions)☆54Updated 7 years ago
- A SIMD-based C++ library providing rank/select queries over mutable bitmaps.☆35Updated 2 years ago
- String to Float Benchmark☆19Updated 6 years ago
- Fast generalized heap tree algorithms in C++ and C. Provides simultaneous support for D-heap and B-heap.☆133Updated 6 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
- C++ version of Ted Dunning's merging t-digest☆27Updated 4 years ago
- 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 persistent hash array-mapped trie for C++