Skip to content

added initial files for priority queue#80

Draft
DeltaCube23 wants to merge 1 commit into
ocaml-multicore:mainfrom
DeltaCube23:lockfree-pq
Draft

added initial files for priority queue#80
DeltaCube23 wants to merge 1 commit into
ocaml-multicore:mainfrom
DeltaCube23:lockfree-pq

Conversation

@DeltaCube23

Copy link
Copy Markdown

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

@lyrm lyrm marked this pull request as draft July 27, 2023 12:52
@lyrm

lyrm commented Jul 27, 2023

Copy link
Copy Markdown
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants