Concurrent, lock-free Skip List in ANSI C99.
examples | ||
include | ||
src | ||
tests | ||
.clang-format | ||
.clang-tidy | ||
.envrc | ||
.gitignore | ||
flake.lock | ||
flake.nix | ||
LICENSE | ||
Makefile | ||
README.md |
skiplist
Concurrent, lock-free Skip List in ANSI C99.
- Portions of this code are derived from work copyrighted by Jung-Sang Ahn
- 2017-2024 Jung-Sang Ahn jungsang.ahn@gmail.com and made available under the
- MIT License. (see: https://github.com/greensky00 Skiplist version: 0.2.9)