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

Cache Sharding support to increase performance #93

Open
Planxnx opened this issue Nov 26, 2022 · 4 comments
Open

Cache Sharding support to increase performance #93

Planxnx opened this issue Nov 26, 2022 · 4 comments

Comments

@Planxnx
Copy link

Planxnx commented Nov 26, 2022

add cache shards will reduce r/w blocking by mutex.
Example: https://github.com/orcaman/concurrent-map/blob/master/concurrent_map.go

@Planxnx Planxnx changed the title Add cache shards to increase performance Cache Sharding support to increase performance Nov 26, 2022
@sammy-hughes
Copy link

Given the internalization of a mutex, this would seem to be a valuable feature. Is this feature being considered?

@swithek
Copy link
Contributor

swithek commented Jun 20, 2024

Yes, though there are no plans for its release yet.

@sammy-hughes
Copy link

Yep. The distance between "that's a good idea" and "all done!" can be quite the doozy. Thanks for confirming that this is somewhere in the roadmap.

@Planxnx
Copy link
Author

Planxnx commented Jun 30, 2024

I'm still waiting 👀

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

3 participants