Skip to content

Commit fc0eed7

Browse files
Merge pull request #6141 from gendx/gendx-patch-2024-11-27
Add "optimization adventures with or without Rayon" blog post.
2 parents 34752c7 + 232d806 commit fc0eed7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

draft/2024-11-27-this-week-in-rust.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ and just ask the editors to select the category.
4141
* [Announcing Nio](https://nurmohammed840.github.io/posts/announcing-nio/)
4242
* [Announcing rust-query](https://blog.lucasholten.com/rust-query-announcement/)
4343
* ["pigg" (the Raspberry Pi GPIO GUI) 0.5.0 release](https://github.com/andrewdavidmackenzie/pigg/releases/tag/0.5.0) of the project for Remote control and viewing of Raspberry Pi GPIO hardware, now with Pi Pico W support via rust and embassy
44-
4544
* [Hello *flourish*! - Intuitive signals in Rust](https://github.com/Tamschi/flourish/discussions/8)
4645

4746
### Observations/Thoughts
@@ -53,10 +52,10 @@ and just ask the editors to select the category.
5352
* [40-year-old hacker group prefers Rust](https://blog.rust.careers/post/40y_old_hacking_group_rust_veilid/)
5453
* [Cursed Linear Types In Rust](https://geo-ant.github.io/blog/2024/rust-linear-types-use-once/)
5554
* [Unsafe for work](https://oida.dev/unsafe-for-work/)
56-
5755
* [Aligning with rust's Guiding Principle: my path to finding my 'Why'](https://flakm.com/posts/rust_guiding_principle/)
5856

5957
### Rust Walkthroughs
58+
* [Optimization adventures: making a parallel Rust workload 10x faster with (or without) Rayon](https://gendignoux.com/blog/2024/11/18/rust-rayon-optimized.html)
6059
* [Building Thread-safe Async Primitives in 150 lines of Rust](https://amit.prasad.me/blog/async-oneshot)
6160
* [Securely sending DHT22 sensor data from an ESP32 board to PostgreSQL](https://c410-f3r.github.io/thoughts/securely-sending-dht22-sensor-data-from-an-esp32-board-to-postgresql/)
6261
* [Writing a mark-and-sweep tracing GC in Rust](https://elric.pl/blog/tracing-gc/)

0 commit comments

Comments
 (0)