Concurrent, lock-free Skip List in ANSI C99.
Go to file
2024-03-21 09:50:08 -04:00
examples WIP snaps, pt3 2024-03-21 09:31:32 -04:00
include (list)->level is redundant, use (list)->field.sle.len 2024-03-21 09:50:08 -04:00
src moving more to decl 2024-03-18 21:19:26 -04:00
tests moving more to decl 2024-03-18 21:19:26 -04:00
.clang-format non-macro array, use _locate in _insert 2024-03-20 12:18:46 -04:00
.clang-tidy moving more to decl 2024-03-18 21:19:26 -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 fixes 2024-03-18 16:15:01 -04:00
LICENSE Initial commit 2024-03-07 20:39:05 +00:00
Makefile moving more to decl 2024-03-18 21:19:26 -04:00
README.md autoconf 2024-03-13 15:50:44 -04:00

skiplist

Concurrent, lock-free Skip List in ANSI C99.