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

Replace mutex into Rwmutex ? #25

Closed
ayun2001 opened this issue Jul 30, 2017 · 1 comment
Closed

Replace mutex into Rwmutex ? #25

ayun2001 opened this issue Jul 30, 2017 · 1 comment

Comments

@ayun2001
Copy link

The Freecache Get method implementation uses 256 of Mutex lock, can be modified to improve the use of Rwmutex lock? This improves concurrent read performance, and my use environment is that reading data is much larger than writing.

@coocood
Copy link
Owner

coocood commented Jul 30, 2017

See #24

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

2 participants