Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added initial files for priority queue #80

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

DeltaCube23
Copy link

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
Copy link
Collaborator

lyrm commented Jul 27, 2023

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