Concurrent, lock-free Skip List in ANSI C99.
Go to file
2024-04-05 10:27:28 -04:00
.idea move lock-free impl to branch/PR while WIP 2024-04-05 10:27:28 -04:00
examples spelling 2024-04-03 15:53:09 -04:00
include spelling 2024-04-03 15:53:09 -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 ASAN/LSAN fixes 2024-04-03 09:50:31 -04:00
.editorconfig WIP snaps, pt4 2024-03-21 12:30:37 -04:00
.envrc autoconf 2024-03-13 15:50:44 -04:00
.gdbinit move lock-free impl to branch/PR while WIP 2024-04-05 10:27:28 -04:00
.gitignore move lock-free impl to branch/PR while WIP 2024-04-05 10:27:28 -04:00
ChangeLog move lock-free impl to branch/PR while WIP 2024-04-05 10:27:28 -04:00
flake.lock autoconf 2024-03-13 15:50:44 -04:00
flake.nix cleanup, fixes, w/o snaps 2024-03-27 20:34:47 -04:00
LICENSE Initial commit 2024-03-07 20:39:05 +00:00
Makefile cleanup, some still TODO 2024-04-03 15:40:39 -04:00
README.md autoconf 2024-03-13 15:50:44 -04:00

skiplist

Concurrent, lock-free Skip List in ANSI C99.