stretto icon indicating copy to clipboard operation
stretto copied to clipboard

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

Open al8n opened this issue 8 months ago • 0 comments

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 avatar Oct 18 '23 07:10 al8n