Skip to content

Instantly share code, notes, and snippets.

@bugproof
Last active July 11, 2021 22:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bugproof/79d845d0b8ad125d1a448bb43d4dd6a0 to your computer and use it in GitHub Desktop.
Save bugproof/79d845d0b8ad125d1a448bb43d4dd6a0 to your computer and use it in GitHub Desktop.
  • Writing async runtime agnostic code is too hard and confusing rust-lang/wg-async#45 tokio is the standard then what's the point of async-std and other runtimes if 90% of crates use tokio?
  • Rust projects take a lot of space rust-lang/rust#66348
  • Linking with lld is not default and build times can be very slow rust-lang/rust#71520
  • Choosing the right http client library or http server library is hard considering there are 10 different crates for the job and most of them are using different async runtime. How can you be sure that the crate you choose will still be supported 3 years from now?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment