From 2c5f53cc8a81ee9803163ea10067de23f31e830d Mon Sep 17 00:00:00 2001 From: Daniel Boros Date: Sat, 26 Jul 2025 18:47:57 +0200 Subject: [PATCH 1/2] feat: add tako-rs --- draft/2025-07-23-this-week-in-rust.md | 1 + 1 file changed, 1 insertion(+) diff --git a/draft/2025-07-23-this-week-in-rust.md b/draft/2025-07-23-this-week-in-rust.md index 0b24a4242..647f74623 100644 --- a/draft/2025-07-23-this-week-in-rust.md +++ b/draft/2025-07-23-this-week-in-rust.md @@ -48,6 +48,7 @@ and just ask the editors to select the category. * [Rust: Clippy performance status update](https://blog.goose.love/posts/clippy-performance-status-update/) * [How to write Rust in the kernel: part 3](https://lwn.net/SubscriberLink/1026694/ec6db2459bc68907/) * [State of the Art Dynamic Matrix Multiplication](https://burn.dev/blog/sota-multiplatform-matmul/) +* [Tako: A Lightweight Async Web Framework on Tokio and Hyper](https://rust-dd.com/post/tako-a-lightweight-async-web-framework-on-tokio-and-hyper) ### Observations/Thoughts * ["Bypassing" specialization in Rust or How I Learned to Stop Worrying and Love Function Pointers](https://oakchris1955.eu/posts/bypassing_specialization/) From 424ebab061293a1f7b0ee2b662de26c5b449fa0d Mon Sep 17 00:00:00 2001 From: Daniel Boros Date: Sun, 27 Jul 2025 01:09:11 +0200 Subject: [PATCH 2/2] feat: add stochastic-rs --- draft/2025-07-23-this-week-in-rust.md | 1 + 1 file changed, 1 insertion(+) diff --git a/draft/2025-07-23-this-week-in-rust.md b/draft/2025-07-23-this-week-in-rust.md index 647f74623..4bee50ae9 100644 --- a/draft/2025-07-23-this-week-in-rust.md +++ b/draft/2025-07-23-this-week-in-rust.md @@ -49,6 +49,7 @@ and just ask the editors to select the category. * [How to write Rust in the kernel: part 3](https://lwn.net/SubscriberLink/1026694/ec6db2459bc68907/) * [State of the Art Dynamic Matrix Multiplication](https://burn.dev/blog/sota-multiplatform-matmul/) * [Tako: A Lightweight Async Web Framework on Tokio and Hyper](https://rust-dd.com/post/tako-a-lightweight-async-web-framework-on-tokio-and-hyper) +* [stochastic-rs: High-Performance Stochastic Process Simulation in Rust](https://rust-dd.com/post/stochastic-rs-high-performance-stochastic-process-simulation-in-rust) ### Observations/Thoughts * ["Bypassing" specialization in Rust or How I Learned to Stop Worrying and Love Function Pointers](https://oakchris1955.eu/posts/bypassing_specialization/)