Concurrent, lock-free Skip List in ANSI C99.
Go to file
2024-03-18 11:06:49 -04:00
examples Prefer functions to macros. 2024-03-18 11:06:49 -04:00
include Prefer functions to macros. 2024-03-18 11:06:49 -04:00
src use munit to test 2024-03-15 14:35:47 -04:00
tests adding queue-style macro skiplist 2024-03-17 10:40:59 -04:00
.clang-format autoconf 2024-03-13 15:50:44 -04:00
.clang-tidy autoconf 2024-03-13 15:50:44 -04:00
.envrc autoconf 2024-03-13 15:50:44 -04:00
.gitignore fixing 2024-03-17 11:50:18 -04:00
flake.lock autoconf 2024-03-13 15:50:44 -04:00
flake.nix autoconf 2024-03-13 15:50:44 -04:00
LICENSE Initial commit 2024-03-07 20:39:05 +00:00
Makefile adding queue-style macro skiplist 2024-03-17 10:40:59 -04:00
README.md autoconf 2024-03-13 15:50:44 -04:00

skiplist

Concurrent, lock-free Skip List in ANSI C99.