Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

mode name
drwxr-xr-x docs/
drwxr-xr-x src/
-rw-r--r-- .ignore
-rw-r--r-- LICENSE
-rw-r--r-- README.md
-rw-r--r-- build.zig
-rw-r--r-- build.zig.zon
README

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