saturn icon indicating copy to clipboard operation
saturn copied to clipboard

added initial files for priority queue

Open DeltaCube23 opened this issue 1 year ago • 1 comments

Implementation of a lockfree priority queue using a skiplist based on chapters 14 and 15 in art of multiprocessor programming and the following paper.

DeltaCube23 avatar Jul 12 '23 15:07 DeltaCube23

I converted this to a draft PR as a lot of work is still due, in particular because the code of #65 is copied/pasted and adapted for a priority queue.

lyrm avatar Jul 27 '23 12:07 lyrm