skiplist/README.md
2024-03-13 15:50:44 -04:00

9 lines
295 B
Markdown

# skiplist
Concurrent, lock-free Skip List in ANSI C99.
* Portions of this code are derived from work copyrighted by Jung-Sang Ahn
* 2017-2024 Jung-Sang Ahn <jungsang.ahn@gmail.com> and made available under the
* MIT License. (see: https://github.com/greensky00 Skiplist version: 0.2.9)
*