saturn
saturn copied to clipboard
added initial files for priority queue
Implementation of a lockfree priority queue using a skiplist based on chapters 14 and 15 in art of multiprocessor programming and the following paper.
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.