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

Use performant data structures to replace ones of std #284

Closed
hyf0 opened this issue May 26, 2022 · 2 comments
Closed

Use performant data structures to replace ones of std #284

hyf0 opened this issue May 26, 2022 · 2 comments
Labels
feat New feature or request

Comments

@hyf0
Copy link
Contributor

hyf0 commented May 26, 2022

  • parking_lot to replace Mutex
  • hashbrown to replace HashMap
@hyf0 hyf0 added the feat New feature or request label May 26, 2022
@hyf0 hyf0 changed the title Use performant datastructures to repleace one of std. Use performant data structures to replace ones of std May 26, 2022
@h-a-n-a
Copy link
Contributor

h-a-n-a commented May 26, 2022

It seems it's not the best time to replace std with parking_lot implementation since Mutex in std of 1.62 seems faster than parking_lot, for more information you may refer to : rust-lang/rust#95035 (comment)

@h-a-n-a
Copy link
Contributor

h-a-n-a commented Jun 27, 2022

closed for in favor of new arch

@h-a-n-a h-a-n-a closed this as completed Jun 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants