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

Add iter(AtomicDict) #25

Open
dpdani opened this issue May 12, 2024 · 0 comments
Open

Add iter(AtomicDict) #25

dpdani opened this issue May 12, 2024 · 0 comments

Comments

@dpdani
Copy link
Owner

dpdani commented May 12, 2024

Currently only AtomicDict.fast_iter is available (also see examples/atomic_dict/partitioned_iter.py), but it is not sequentially consistent in spite of concurrent mutations: one key may be repeated, some updates may be seen out-of-order, etc.

It is possible to implement a sequentially consistent iterator with the synchronous ops functionality.

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

No branches or pull requests

1 participant