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

Get rid of Mutex for Server #303

Closed
joepio opened this issue Feb 16, 2022 · 0 comments
Closed

Get rid of Mutex for Server #303

joepio opened this issue Feb 16, 2022 · 0 comments

Comments

@joepio
Copy link
Member

joepio commented Feb 16, 2022

Mutex makes the server unnecessarily slow. Try Arc or even RWLock. Thanks to @HiRoFa for pointing this out!

joepio added a commit that referenced this issue Feb 17, 2022
joepio added a commit that referenced this issue Feb 18, 2022
joepio added a commit that referenced this issue Feb 18, 2022
@joepio joepio closed this as completed Feb 18, 2022
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