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

Remove Mutex lock on Threadpool and routes #15

Merged
merged 1 commit into from
Jun 19, 2021

Conversation

JackThomson2
Copy link
Contributor

Hi, cool library.

Taking a quick look, I've found some nice wins here which means we don't have to lock at all as we don't access &mut self anymore. I've added the Dashmap library for the concurrent hashmap.

Any ideas let me know

Cheers Jack

Copy link
Member

@sansyrox sansyrox left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks really good! Thank you! 🚀

@sansyrox sansyrox merged commit ba89d50 into sparckles:main Jun 19, 2021
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.

None yet

2 participants