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

use ConcurrentDictionary over hashmap #321

Merged
merged 1 commit into from
Apr 11, 2024
Merged

Conversation

tsuz
Copy link
Contributor

@tsuz tsuz commented Apr 8, 2024

Fixes #320

Test
Tested by loading the local nuget to the reproduce steps and ran a load test using Range().

Review Points

  • Some general pointers about the implementation.
  • How do I verify the TryRemove() works properly? (tests?)

@LGouellec LGouellec merged commit 5d91327 into LGouellec:develop Apr 11, 2024
1 check failed
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.

RocksDB.Range() and All(): A concurrent update was performed on this collection and corrupted its state.
2 participants