changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > core / lisp/lib/obj/list/clist.lisp

changeset 698: 96958d3eb5b0
parent: 9e7d4393eac6
author: Richard Westhaver <ellis@rwest.io>
date: Fri, 04 Oct 2024 22:04:59 -0400
permissions: -rw-r--r--
description: fixes
1 ;;; obj/list/clist.lisp --- Concurrent Lists
2 
3 ;; https://timharris.uk/papers/2001-disc.pdf
4 ;; see sb-lockless - lfl=lockfree-list
5 
6 ;;; Code:
7 (in-package :obj/list)