Skip to content

Commit 7d55584

Browse files
author
Sylvain Kerkour
authored
2022-02-02: Add 3 posts
1 parent c8a08e2 commit 7d55584

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

draft/2022-02-02-this-week-in-rust.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,18 +31,22 @@ If you find any errors in this week's issue, [please submit a PR](https://github
3131
### Research
3232

3333
### Observations/Thoughts
34+
* [The 9 indispensable features to learn for the new Rust programmer](https://kerkour.com/indispensable-rust-features-to-learn/)
3435
* [Uninitialized Memory: Unsafe Rust is Too Hard](https://lucumr.pocoo.org/2022/1/30/unsafe-rust/)
3536
* [Part 2: Improving crypto code in Rust using LLVM’s optnone](https://blog.trailofbits.com/2022/02/01/part-2-rusty-crypto/)
3637
* [Writing the fastest GBDT library in Rust](https://www.tangram.dev/blog/writing_the_fastest_gbdt_library_in_rust/)
3738
* [Async Rust vs RTOS showdown!](https://tweedegolf.nl/en/blog/65/async-rust-vs-rtos-showdown)
3839

3940
### Rust Walkthroughs
4041

42+
* [How to implement worker pools in Rust](https://kerkour.com/rust-worker-pool/)
4143
* [(Basic) Segment Trees with beautiful diagrams!](https://desmondwillowbrook.github.io/blog/competitive-programming/dsa-explanations/basic-segment-tree/)
4244
* [series] [video] [Writing a Programming Language (in Rust) 13: Object Destructuring (Part 2) and Fixing Recursion](https://www.youtube.com/watch?v=BMGlSTQEC9M)
4345
* [series] [video] [Writing a Programming Language (in Rust) 14: Compiler Resources and Function Argument Destructuring](https://www.youtube.com/watch?v=hKOKfa30nAI)
4446

4547
### Miscellaneous
48+
49+
* [Async Rust: What is a runtime? Here is how tokio works under the hood](https://kerkour.com/rust-async-await-what-is-a-runtime/)
4650
* [Implementation of CIDR routing table in Rust](https://rtoch.com/posts/rust-cidr-routing/)
4751

4852
- [How Prime Video updates its app for more than 8,000 device types](https://www.amazon.science/blog/how-prime-video-updates-its-app-for-more-than-8-000-device-types)

0 commit comments

Comments
 (0)