cl-skip-list icon indicating copy to clipboard operation
cl-skip-list copied to clipboard

Lockless skip lists for Common Lisp; well, for now sbcl 1.0.42 or higher. Contributions for other Lisps welcome. See the README file for a list of what is required.

Results 7 cl-skip-list issues
Sort by recently updated
recently updated
newest added

Building with SBCL 2.1.6 / ASDF 3.3.1 for quicklisp dist creation. Trying to build commit id db45fc8dbea7872605f8991f80919255537d5f9e *cl-skip-list* fails to build with the following error: ``` Unhandled TYPE-ERROR in thread...

If you want, seems this could be ported to Franz ACL (and probably others). In ACL you have * Barriers: https://franz.com/support/documentation/current/doc/smp.htm#barrier-api-2 * cas: https://franz.com/support/documentation/current/doc/operators/excl/atomic-conditional-setf.htm * object address: internal function excl::pointer-to-object