cl-skip-list

Concurrent lock-free skip list.

$ area51 add cl-skip-listCopy

Usage

;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cl-skip-list:some-function ...)

Dependencies