We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Sharding is implemented here: https://github.com/streamrail/concurrent-map but add unnecessary amount of complexity. Also it is subject to race conditions or major performance hit, as discussed here: https://github.com/streamrail/concurrent-map/issues/6 so this is a debatable subject.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Sharding is implemented here: https://github.com/streamrail/concurrent-map but add unnecessary amount of complexity. Also it is subject to race conditions or major performance hit, as discussed here: https://github.com/streamrail/concurrent-map/issues/6 so this is a debatable subject.
The text was updated successfully, but these errors were encountered: