Skiplist
README.md

Skiplist

As the name suggest these are a couple of skiplist implementations written in zig-0.13.0.

Currenty implements the following skiplists:

  • Pugh (see docs/Pugh.pdf)
  • LazySkipList (see docs/LazySkipList.pdf)

TODO

  • Iron out every TODO in the codebase
  • Make the LazySkipList refcounting part a comptime option

References