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

re-stretto: Implement a lightweight stretto and optimize the current implementation. #58

Open
al8n opened this issue Oct 18, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@al8n
Copy link
Owner

al8n commented Oct 18, 2023

This crate was developed when I started learning Rust.

At the time, I did not have a deep understanding about:

  1. The difference between Rust and Go, in sync Rust, the thread model is one-on-one, so it is more expensive than Go's goroutine
  2. The contention of Mutex cannot be ignored.
@al8n al8n added the enhancement New feature or request label Oct 18, 2023
@al8n al8n pinned this issue Oct 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant