saturn icon indicating copy to clipboard operation
saturn copied to clipboard

added files for fine-grained linked list as a set

Open DeltaCube23 opened this issue 1 year ago • 0 comments

Implementation of a Fine-grained linked list (as a set) based on optimistic synchronisation referred from section 9.6 in art of multiprocessor programming. The add function requires only 1 lock, and the remove function requires 2 locks. The linked list works like a set, with elements arranged in ascending order.

DeltaCube23 avatar Jul 12 '23 13:07 DeltaCube23