From d9d9cd4762dcda495e4848df60dbb19be2e8c933 Mon Sep 17 00:00:00 2001 From: Erik Jonkers Date: Tue, 7 Nov 2023 22:00:04 +0100 Subject: [PATCH] Talks on RISC-V + compiler backends-from Rust meetup in Delft NL, Oct 26 --- draft/2023-11-08-this-week-in-rust.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/draft/2023-11-08-this-week-in-rust.md b/draft/2023-11-08-this-week-in-rust.md index 5a5a8d989..77bf85086 100644 --- a/draft/2023-11-08-this-week-in-rust.md +++ b/draft/2023-11-08-this-week-in-rust.md @@ -46,6 +46,8 @@ and just ask the editors to select the category. ### Miscellaneous * [Migrating SecureDrop’s PGP backend from GnuPG to Sequoia](https://securedrop.org/news/migrating-securedrops-pgp-backend-from-gnupg-to-sequoia/) +* [video] [10x faster - taking charge of the compiler backend](https://www.youtube.com/watch?v=FCVfofYsWHU) +* [video] [RISC-V Vector Extension in Rust](https://www.youtube.com/watch?v=jb5-P_r3jmw) ## Crate of the Week