Ratakor/skip
zig and C99 implementation of skip lists
A C99 and zig implementation of skip lists
Define SKIP_DOUBLY
to use doubly skip lists instead of singly skip lists.
Change SkipKey
and SkipVal
types in skip.h according to your key/val types,
include skip.c and skip.h to your project, that's it.