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).
☆25Jan 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. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- generic, lock-free, concurrent skip list implementation☆11May 14, 2023Updated 3 years ago
- A reusable, extensible, and efficient C++ implementation of the Foster B-tree data structure☆15Jun 26, 2019Updated 7 years ago
- Lock-free RCU (Read-Copy-Update) user-space library☆14Jan 3, 2026Updated 7 months ago
- Skeena: Efficient and Consistent Cross-Engine Transactions (SIGMOD 2022, ACM SIGMOD Research Highlights Award 2022)☆21May 11, 2023Updated 3 years ago
- ☆16Jan 24, 2025Updated last year
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- ☆12Apr 11, 2017Updated 9 years ago
- GitHub Repo for STAR: Scaling Transactions through Asymmetric Replication☆21Jun 28, 2019Updated 7 years ago
- ☆23Feb 16, 2023Updated 3 years ago
- My first RAG application☆10Jul 29, 2024Updated 2 years ago
- ☆12May 13, 2017Updated 9 years ago
- Creating an Inverted Index of words occurring in a large set of documents extracted from web pages using Hadoop MapReduce and Google Data…☆14Oct 28, 2019Updated 6 years ago
- Montage is a system for building fast buffered persistent data structures on nonvolatile memory.☆16Jun 9, 2022Updated 4 years ago
- Vanilla JavaScript interpreter with built-in NO-SQL document database with Btree & ARTful indexing from the database project.☆13Apr 18, 2020Updated 6 years ago
- A benchmark suite for evaluating FaaS scheduler.☆23Nov 5, 2022Updated 3 years ago
- AI Agents on DigitalOcean Gradient AI Platform • AdBuild production-ready AI agents using customizable tools or access multiple LLMs through a single endpoint. Create custom knowledge bases or connect external data.
- Rust implementation of Simhash☆25Mar 9, 2026Updated 5 months ago
- The repo for NSDI24 paper: SIEVE is Simpler than LRU: an Efficient Turn-Key Eviction Algorithm for Web Caches☆87Aug 2, 2024Updated 2 years ago
- ☆19Jan 17, 2024Updated 2 years ago
- Lock Free Linked List Based On Harris'OrderedListBasedSet And Michael's Hazard Pointer.☆38Feb 27, 2020Updated 6 years ago
- VSS: A Storage System for Video Analytics☆13Jul 9, 2021Updated 5 years ago
- memory mapped multimap, multiset, and implicit interval tree based on an in-place parallel sort☆28Jan 25, 2021Updated 5 years ago
- A Full-System Simulator for CXL-Based SSD Memory System☆47Dec 24, 2024Updated last year
- ☆12Apr 23, 2023Updated 3 years ago
- Generic lock-free Skiplist container pure C implementation, STL-style set, map☆151Jan 11, 2020Updated 6 years ago
- AI Agents on DigitalOcean Gradient AI Platform • AdBuild production-ready AI agents using customizable tools or access multiple LLMs through a single endpoint. Create custom knowledge bases or connect external data.
- ListDB: Union of Write-Ahead Logs and Persistent SkipLists for Incremental Checkpointing on Persistent Memory☆50Jul 18, 2024Updated 2 years ago
- x86-64 instruction encoder in Go☆23Nov 2, 2019Updated 6 years ago
- A threadpool with C++ , support adjust thread priority and different I/O ,CPU priority.☆28Dec 5, 2021Updated 4 years ago
- Concurrent trie-hash map library☆96Oct 30, 2023Updated 2 years ago
- Nostr Relay in Elixir with Mnesia☆12Mar 10, 2025Updated last year
- Tools and libs which offer P2P communication to transfer files, connect pipes and etc between PCs in different NAT existing networks☆16Jun 1, 2024Updated 2 years ago
- 알고리즘 정리☆11Apr 18, 2023Updated 3 years ago
- A rust-version of NVIDIA BlueField DOCA kit.☆13Jun 11, 2023Updated 3 years ago
- ☆18Feb 16, 2026Updated 6 months ago
- Wordpress hosting with auto-scaling - Free Trial Offer • AdFully Managed hosting for WordPress and WooCommerce businesses that need reliable, auto-scalable performance. Cloudways SafeUpdates now available.
- 一个使用 B-Tree 作为索引,基于 MMap 的嵌入式键值数据库☆13Feb 18, 2025Updated last year
- ToDo list cli app backend by Nostr relay☆13Feb 4, 2024Updated 2 years ago
- Fork of the Shore-MT storage manager used by the research project Instant Recovery☆31Oct 9, 2018Updated 7 years ago
- What makes Viewstamped Replication tick?☆15Nov 30, 2023Updated 2 years ago
- Repo to replay Qwen trace☆33Jan 9, 2026Updated 7 months ago
- Header-only skip list library for modern C++ (C++17/C++20)☆18Feb 1, 2022Updated 4 years ago
- This repository corresponds to the PICCO compiler for secure multi-party computation published in 2013 with more recent efficiency improv…☆12Apr 30, 2026Updated 4 months ago