skiplist/README.md

9 lines
295 B
Markdown
Raw Normal View History

2024-03-07 20:39:05 +00:00
# skiplist
2024-03-13 19:07:17 +00:00
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)
*