Этот коммит содержится в:
Ihar Hancharenka 2023-12-15 13:47:12 +03:00
родитель d2a165f622
Коммит 1db77819f7
7 изменённых файлов: 18 добавлений и 0 удалений

Просмотреть файл

@ -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

Просмотреть файл

@ -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

Просмотреть файл

@ -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/

Просмотреть файл

@ -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

4
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/

Просмотреть файл

@ -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/

Просмотреть файл

@ -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