summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2022-01-13 08:39:41 +0100
committerMatthias Beyer <mail@beyermatthias.de>2023-07-30 21:58:16 +0200
commitf86e88d92ba3637bbbcb0c3856d36489a1cef2fd (patch)
treeb4bf2e3b1036dd1519d97782ddddef8e6bd18344
parent78543a10ae7b28c1074cf574751c2e77e8b25a5c (diff)
Add article on async rust profiling
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--computer/programming/rust.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/computer/programming/rust.md b/computer/programming/rust.md
index 7f96bfc..c0237e2 100644
--- a/computer/programming/rust.md
+++ b/computer/programming/rust.md
@@ -85,6 +85,7 @@ ones are listed here.
* [Rust in 2024 (Niko Matsakis)](https://www.youtube.com/watch?v=OuSiuySr6_Q)
* [C++ vs Rust: which is faster?](https://www.youtube.com/watch?v=VMpSYJ_7aYM)
* [Choose the Right Option](https://www.youtube.com/watch?v=6c7pZYP_iIE)
+* [Async Rust in practice: Performance, Pitfalls, Profiling](https://www.scylladb.com/2022/01/12/async-rust-in-practice-performance-pitfalls-profiling/)
#### History and Future