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

Lockfree bag based on the hash table #173

Merged
merged 5 commits into from
Dec 3, 2024
Merged

Conversation

lyrm
Copy link
Collaborator

@lyrm lyrm commented Nov 28, 2024

Work in progress.

This bag comes from Picos. This is a very simple bag implementation based on the hash table.

@lyrm lyrm marked this pull request as draft November 28, 2024 16:14
@lyrm lyrm marked this pull request as ready for review December 3, 2024 16:11
Copy link
Contributor

@art-w art-w left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking good!

README.md Outdated Show resolved Hide resolved
src/bag.mli Outdated Show resolved Hide resolved
@lyrm lyrm merged commit e512028 into ocaml-multicore:main Dec 3, 2024
6 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.

2 participants