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

[wpiutil] Add FastQueue #7075

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

Conversation

PeterJohnson
Copy link
Member

This is a heavily modified version of https://github.com/cameron314/readerwriterqueue that removes all atomics and barriers.

The name isn't great, not sure what a better option would be though.

This is a heavily modified version of readerwriterqueue.h that removes
all atomics and barriers.
@KangarooKoala
Copy link
Contributor

Would we ever need to update upstream? Also, does this need anything in ThirdPartyNotices.txt, or is just the license at the top of the file sufficient?

@rzblue
Copy link
Member

rzblue commented Sep 14, 2024

It's basically feature-complete, simple, and so heavily modified that any desired upstream updates would be easier to port manually

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.

3 participants