# 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 and made available under the * MIT License. (see: https://github.com/greensky00 Skiplist version: 0.2.9) *