paulross / skiplistLinks
A C++ skip list with Python bindings. This can be used to calculate a rolling median - fast!
☆50Updated 6 months ago
Alternatives and similar repositories for skiplist
Users that are interested in skiplist 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☆53Updated last year
- A fully concurrent lock-free cuckoo hash table implementation☆56Updated 8 years ago
- Cuckoo Index: A Lightweight Secondary Index Structure☆129Updated 3 years ago
- Git mirror of the official (mercurial) repository of cpp-btree☆77Updated 11 years ago
- W-TinyLFU cache C++11 header only implementation☆63Updated 6 years ago
- A data structure and algorithm library built for TerarkDB☆67Updated 3 years ago
- Hiactor is a distributed C++ actor framework.☆115Updated last year
- Fast Approximate Membership Filters (C++)☆286Updated last month
- Utilities for writing C++ extension modules.☆84Updated 2 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
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆128Updated 4 years ago
- A benchmark of some prominent C/C++ hash table implementations☆37Updated 4 years ago
- ☆109Updated last year
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆183Updated last year
- In-memory, columnar, arrow-based database.☆48Updated 3 years ago
- Clone of Google's cpp-btree B-tree set and map containers, with minor fixes/modifications.☆37Updated 4 months ago
- Succinct data structures in C/C++☆88Updated last year
- Adaptive Radix Tree in C++☆47Updated 2 weeks ago
- Fast differential coding functions (using SIMD instructions)☆55Updated 7 years ago
- A C11 implementation of D. Vyukov MPSC queue☆31Updated 2 years ago
- A low level, low latency library, which can be used to accelerate network messages using shared memory and RDMA☆78Updated 4 years ago
- AVX512F and AVX2 versions of quick sort☆104Updated 7 years ago
- ☆22Updated last month
- C++ implementations of indexing mechanisms, including a Hilbert-curve geohash based spatial index and a linear hashing table, for disk or…☆78Updated 4 years ago
- If only std::set was a DBMS: collection of templated ACID in-memory exception-free thread-safe and concurrent containers in a header-only…☆42Updated 2 years ago
- Header-only vectorized, lazy-decoding, zero-copy CSV file parser☆99Updated last year
- ☆20Updated 2 years ago
- SIMD recipes, for various platforms (collection of code snippets)☆49Updated 4 years ago
- C++ framework for rapid server development☆76Updated last year
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/☆87Updated 11 years ago