The concurrent skip list is a multithreaded implementation of the skip list data structure where the insert, delete, get and range operations can be performed together across multiple threads. The implementation uses hand-over-hand locking to access nodes for writing and atomic variables while reading (no locks needed while reading).
☆24Jan 11, 2021Updated 5 years ago
Alternatives and similar repositories for Concurrent-Skip-list
Users that are interested in Concurrent-Skip-list are comparing it to the libraries listed below
Sorting:
- A reusable, extensible, and efficient C++ implementation of the Foster B-tree data structure☆15Jun 26, 2019Updated 6 years ago
- Lock-free RCU (Read-Copy-Update) user-space library☆12Jan 3, 2026Updated 2 months ago
- Montage is a system for building fast buffered persistent data structures on nonvolatile memory.☆16Jun 9, 2022Updated 3 years ago
- Rust implementation of Simhash☆24Mar 27, 2023Updated 2 years ago
- Skeena: Efficient and Consistent Cross-Engine Transactions (SIGMOD 2022, ACM SIGMOD Research Highlights Award 2022)☆21May 11, 2023Updated 2 years ago
- A benchmark suite for evaluating FaaS scheduler.☆23Nov 5, 2022Updated 3 years ago
- Fork of the Shore-MT storage manager used by the research project Instant Recovery☆31Oct 9, 2018Updated 7 years ago
- The repository contains a reference end-to-end pipeline for a real-time video analytics application. Realtime data is provided to an infe…☆12Nov 3, 2025Updated 4 months ago
- Johann, the lightweight and flexible scenario orchestrator☆12Oct 3, 2022Updated 3 years ago
- Rust's fastest and most accurate cardinality estimators.☆69Feb 11, 2026Updated 3 weeks ago
- WiscKey is a highly SSD optimized key-value storage based on LevelDB.☆32Dec 25, 2021Updated 4 years ago
- Compute strain abundance in a defined microbial community☆10Jul 27, 2023Updated 2 years ago
- OS Project: Sleeping Teaching Assistant using mutex locks and semaphores.☆10Mar 14, 2020Updated 5 years ago
- An alternative to OpenFaaS nats-queue-worker for long-running functions☆11Dec 14, 2022Updated 3 years ago
- Course page for comp790-166 computational biology in spring 2022☆11Apr 25, 2022Updated 3 years ago
- A benchmark for generic, large-scale shuffle operations on continuous stream of data, implemented with state-of-the-art stream processing…☆14Feb 11, 2026Updated 3 weeks ago
- ☆33Updated this week
- java-like synchronized blocks in c++☆13Mar 8, 2014Updated 11 years ago
- Pipeline for analyzing rare mutations in metagenome-assembled genomes☆10Apr 4, 2025Updated 11 months ago
- Devops swiss army knife☆14Jul 26, 2023Updated 2 years ago
- your friendly pangenome graph genotyper☆10Feb 6, 2023Updated 3 years ago
- ☆10Aug 16, 2021Updated 4 years ago
- A flexible and fast sgRNA counter from FASTQ Files☆11Dec 29, 2025Updated 2 months ago
- Nonblocking data structures☆12Jan 25, 2015Updated 11 years ago
- Cpp-Taskflow is a C++ library for managing and scheduling tasks that may be dependent on one another, represented as a DAG (directed acyc…☆13Apr 5, 2023Updated 2 years ago
- Embedding billion-scale networks accurately in one hour (TKDE paper 2023)☆11Sep 26, 2023Updated 2 years ago
- Coroutine implementation for C++11☆18Apr 14, 2012Updated 13 years ago
- Repository for Deep Learning Models for Mass Spectrometry written in Rust☆16Feb 22, 2026Updated last week
- Nearest neighbor search algorithms including a ball tree and a vantage point tree.☆12Dec 2, 2025Updated 3 months ago
- A coöperative multitasking framework based on `liburing` and `libucontext`☆16Jan 2, 2026Updated 2 months ago
- A boilerplate for fastly building web app based on Go & React☆12Dec 10, 2022Updated 3 years ago
- R integration for edlib, a C/C++ library for pairwise sequence alignment using edit distance (Levenshtein distance).☆11Jul 20, 2025Updated 7 months ago
- Implementation of GuP [Arai+ SIGMOD'23]☆10Jan 10, 2024Updated 2 years ago
- Prediction of microbial interactions in complex communities☆11Aug 14, 2024Updated last year
- A cross-platform library for retrieving information about connected devices.☆11Sep 5, 2023Updated 2 years ago
- Fast tool to build the core genome of prokaryotic genomes. Can handle large datasets. Dependencis: Usearch & Numpy☆10Nov 26, 2025Updated 3 months ago
- Query, analysis, and visualization of large video collections☆10Dec 9, 2022Updated 3 years ago
- 从Finnhub.io、Tiingo.com、新浪、腾讯、网易服务器提取全球证券数据,分析处理后存入数据库☆12Jan 21, 2026Updated last month
- Parallel high performance C++ containers (set and map)☆16Feb 25, 2024Updated 2 years ago