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

lct: add external MPMC queue implementation #81

Merged
merged 2 commits into from
Dec 27, 2024
Merged

lct: add external MPMC queue implementation #81

merged 2 commits into from
Dec 27, 2024

Conversation

JiakunYan
Copy link
Collaborator

@JiakunYan JiakunYan commented Dec 24, 2024

Currently, the default LCI_CQ_TYPE is a self-implemented fixed-size atomic-based array queue array_atomic_faa.

With this PR, users can use the env var LCI_CQ_TYPE to choose the completion queue type as one of the following external implementations.

All the new queues are dynamically resizable.

Acknowledgment: Source codes are based on Concurrency Freaks and lprq zenodo.

@JiakunYan JiakunYan merged commit f4dd205 into master Dec 27, 2024
9 checks passed
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.

1 participant