lock-free data structure library written in C.

sybrandy sybrandy at gmail.com
Fri Oct 1 14:48:29 PDT 2010


Hello,

I just found this today and I figured it would be of interest to many in 
the D community: http://www.liblfds.org/

This contains the following lock-free data structures:

     * Freelist
     * Queue
     * Ringbuffer
     * Singly linked list (logical delete only)
     * Stack

Casey


More information about the Digitalmars-d-announce mailing list