Lock-free algorithm library

user670324 picture user670324 · Jul 4, 2011 · Viewed 10.1k times · Source

Is there a library that implements lock-free algorithms(queue, linked list and others) written in C (not in C++)? I've taken a look at some libraries like Intel's, but I would like to use generic libraries, at least more generic than Intel's one.

Answer

Doug Currie picture Doug Currie · Jul 4, 2011

See Practical lock-free data structures from the University of Cambridge