paulross / skiplistLinks
A C++ skip list with Python bindings. This can be used to calculate a rolling median - fast!
☆50Updated this week
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☆54Updated last year
- A data structure and algorithm library built for TerarkDB☆67Updated 3 years ago
- Cuckoo Index: A Lightweight Secondary Index Structure☆129Updated 4 years ago
- Hiactor is a distributed C++ actor framework.☆118Updated last year
- Git mirror of the official (mercurial) repository of cpp-btree☆80Updated 11 years ago
- W-TinyLFU cache C++11 header only implementation☆63Updated 7 years ago
- ☆20Updated 3 years ago
- A fully concurrent lock-free cuckoo hash table implementation☆56Updated 8 years ago
- Succinct data structures in C/C++☆92Updated last year
- This small library enables acceleration of bulk calls of certain math functions on AVX and AVX2 hardware. Currently supported operations …