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

inlet/bmp: new lockless design #278

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

Conversation

vincentbernat
Copy link
Member

This reverts commit 7196ccf, which was reverting 3199f8f because this change may be buggy and I wanted to do a release.

I need to think if there are better ways to achieve the same goal (fast lookup first, low memory usage second) in a different way. The issue with locks is that they are fulfilled in the order they were taken. If we keep the lock design, readers should have priority over writer.

This reverts commit 7196ccf, which was
reverting 3199f8f because this change
may be buggy and I wanted to do a release.

I need to think if there are better ways to achieve the same goal (fast
lookup first, low memory usage second) in a different way. The issue
with locks is that they are fulfilled in the order they were taken. If
we keep the lock design, readers should have priority over writer.
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.

None yet

1 participant