You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -54,6 +55,8 @@ and just ask the editors to select the category.
54
55
*[Counter Service: How we rewrote it in Rust](https://engineering.grab.com/counter-service-how-we-rewrote-it-in-rust)
55
56
*[Defending Democracies With Rust](https://filtra.io/rust/interviews/helsing-jun-25)
56
57
58
+
*[video playlist][Scientific Computing in Rust 2025](https://www.youtube.com/watch?v=XyXMKuclTcQ&list=PLrueqeouhcZNRW7H26DfscFjGSf0Pzd8c)
59
+
57
60
### Rust Walkthroughs
58
61
*[Porting GPU shaders to Rust 30x faster with AI](https://rust-gpu.github.io/blog/2025/06/24/vulkan-shader-port/)
59
62
*[Bitwise DNA Compression in Rust: Small Footprint with Fast Reverse Complements](https://arianfarid.me/articles/dna-compression.html)
@@ -63,6 +66,7 @@ and just ask the editors to select the category.
63
66
### Research
64
67
65
68
### Miscellaneous
69
+
*[Defending Democracies With Rust](https://filtra.io/rust/interviews/helsing-jun-25)
66
70
67
71
## Crate of the Week
68
72
@@ -133,7 +137,26 @@ If you are an event organizer hoping to expand the reach of your event, please s
133
137
134
138
### Rust Compiler Performance Triage
135
139
136
-
<!-- Perf results go here -->
140
+
A week dominated by the landing of a large patch implementing [RFC#3729](https://github.com/rust-lang/rfcs/pull/3729) which unfortunately introduced rather sizeable performance regressions (avg of ~1% instruction count on 111 primary benchmarks). This was deemed worth it so that the patch could land and performance could be won back in follow up PRs.
0 commit comments