STL-style C++ skip_list container
☆88Jul 5, 2022Updated 3 years ago
Alternatives and similar repositories for skip_list
Users that are interested in skip_list are comparing it to the libraries listed below
Sorting:
- java-like synchronized blocks in c++☆13Mar 8, 2014Updated 11 years ago
- DartMinHash: Fast Sketching for Weighted Sets☆12Dec 8, 2025Updated 2 months ago
- An experimental tool to find approximate max-cuts in a large graph☆10Apr 28, 2021Updated 4 years ago
- C++11 Header-only continuous-storage Double ended vector implementation similar to STL's std::vector for efficient insertions/removals at…☆16Dec 29, 2022Updated 3 years ago
- TreeMinHash: Fast Sketching for Weighted Jaccard Similarity Estimation☆17Aug 3, 2025Updated 7 months ago
- Metagenomics microbial abundance quantification☆28Sep 22, 2022Updated 3 years ago
- Basic C++ library on linux platform☆25Mar 7, 2017Updated 9 years ago
- Go-style coroutines and channels for C++☆34Nov 14, 2013Updated 12 years ago
- Container Traits for Modern C++☆29Oct 11, 2020Updated 5 years ago
- BagMinHash - Minwise Hashing Algorithm for Weighted Sets☆26Aug 26, 2020Updated 5 years ago
- ID, a compile-time string hasher and sequential ID generator (C++11)☆29Oct 1, 2015Updated 10 years ago
- STL-compliant stable vector container☆33Oct 21, 2018Updated 7 years ago
- Codes of the paper "Speeding Up Set Intersections in Graph Algorithms using SIMD Instructions" that was published in SIGMOD 2018. Authors…☆31Jan 23, 2019Updated 7 years ago
- ☆25Jan 2, 2021Updated 5 years ago
- linear (time,space) greedy set cover implementation☆30Sep 16, 2021Updated 4 years ago
- In-place Parallel Super Scalar Radix Sort (IPS²Ra)☆36Jan 15, 2025Updated last year
- The C++ Pimpl Idiom Again!☆37May 3, 2018Updated 7 years ago
- C implementations of several scalable non-blocking data structures for x86 and x86-64.☆39Aug 16, 2011Updated 14 years ago
- [c++]使用boost.asio写的简单内存键值对缓存