diff --git a/nontech/politics/people/gennady-m.txt b/nontech/politics/people/gennady-m.txt index 44f59fae0..b45e2a976 100644 --- a/nontech/politics/people/gennady-m.txt +++ b/nontech/politics/people/gennady-m.txt @@ -6,6 +6,7 @@ https://www.youtube.com/watch?v=3WY-8R-7g2M 2023 GennadyM - Nadezhda Koroleva - 2024 Prediction of 2:19:34 https://www.youtube.com/watch?v=qTo997zrT08 + ! 1:03:00 - About Real World Power (? Queen ?) USLawAndOrder - Dudnik - GennadyM - 12.04 of 52:11 https://www.youtube.com/watch?v=sYMUx5JMDl4 https://www.youtube.com/watch?v=c_5EuCicqMs diff --git a/pl/rs/features/borrow/pinning.txt b/pl/rs/features/borrow/pinning.txt index 7d55c8322..2ae22725b 100644 --- a/pl/rs/features/borrow/pinning.txt +++ b/pl/rs/features/borrow/pinning.txt @@ -2,6 +2,8 @@ https://doc.rust-lang.org/std/pin/index.html https://doc.rust-lang.org/std/pin/struct.Pin.html https://doc.rust-lang.org/std/marker/trait.Unpin.html +2023 +https://without.boats/blog/three-problems-of-pinning/ 2019 The Why, What, and How of Pinning in Rust https://www.youtube.com/watch?v=DkMwYxfSYNQ diff --git a/pl/rs/features/io/async/docs/articles.txt b/pl/rs/features/io/async/docs/articles.txt index 3783e9d84..671aeb2cd 100644 --- a/pl/rs/features/io/async/docs/articles.txt +++ b/pl/rs/features/io/async/docs/articles.txt @@ -1,4 +1,7 @@ 2023 +https://without.boats/blog/poll-progress/ +https://tmandry.gitlab.io/blog/posts/for-await-buffered-streams/ +https://www.qovery.com/blog/common-mistakes-with-rust-async http://cliffle.com/blog/async-inversion/ https://blog.yoshuawuyts.com/async-iterator-trait/ https://without.boats/blog/why-async-rust/ diff --git a/pl/rs/features/io/stream.txt b/pl/rs/features/io/stream.txt index c110a6e80..0a80e5eba 100644 --- a/pl/rs/features/io/stream.txt +++ b/pl/rs/features/io/stream.txt @@ -1,5 +1,7 @@ https://docs.rs/futures/0.1.17/futures/stream/trait.Stream.html +2023 +https://tmandry.gitlab.io/blog/posts/for-await-buffered-streams/ 2022 https://www.qovery.com/blog/a-guided-tour-of-streams-in-rust 2019 diff --git a/pl/rs/features/macro/fmt-format.txt b/pl/rs/features/macro/fmt-format.txt new file mode 100644 index 000000000..02b70c9e9 --- /dev/null +++ b/pl/rs/features/macro/fmt-format.txt @@ -0,0 +1,4 @@ +https://doc.rust-lang.org/stable/std/fmt/index.html + +2023 +https://blog.m-ou.se/format-args/ diff --git a/pl/rs/features/simd.txt b/pl/rs/features/simd.txt index 758b83002..07c0f4a02 100644 --- a/pl/rs/features/simd.txt +++ b/pl/rs/features/simd.txt @@ -5,6 +5,8 @@ https://github.com/rust-lang-nursery/stdsimd/issues/159 https://github.com/rust-lang-nursery/simd +2023 +https://towardsdatascience.com/nine-rules-for-simd-acceleration-of-your-rust-code-part-1-c16fe639ce21 2020 https://www.nickwilcox.com/blog/autovec2/ https://www.nickwilcox.com/blog/autovec/ diff --git a/pl/rs/tools/quality/bench/criterion.txt b/pl/rs/tools/quality/bench/criterion.txt index f940d105c..2bdbc2ae6 100644 --- a/pl/rs/tools/quality/bench/criterion.txt +++ b/pl/rs/tools/quality/bench/criterion.txt @@ -7,6 +7,10 @@ https://japaric.github.io/criterion.rs/book/getting_started.html https://github.com/japaric/criterion.rs +2023 +KittyCAD - KittyCAD's Rust Club [Episode 3] - Speeding Up Rust Code 0:00 of 1:08:07 + https://www.youtube.com/watch?v=2IHPvPmzS8g + https://github.com/KittyCAD 2022 https://www.tweag.io/blog/2022-03-03-criterion-rs/ 2020