Блог*
Открыть в Telegram
Блог со звёздочкой. Много репостов, немножко программирования. Небольшое прикольное комьюнити: @decltype_chat_ptr_t Автор: @insert_reference_here
Больше1 927
Подписчики
-124 часа
+47 дней
+430 день
Архив постов
1 928
Repost from мне не нравится реальность
а вафель тем временем преодолел отметку в 100
rust-lang/rust PR'ов 🦀🦀🦀1 928
Я — взрослый, самостоятельный мужчина. Именно поэтому я купил себе сладостей на две тысячи
1 928
#prog #article s от небезызвестного Daniel Lemire
Mispredicted branches can multiply your running times
Benchmarking is hard: processors learn to predict branches
1 928
#prog #rust #rustlib #article
Move Constructors in Rust: Is it possible?
TL;DR You can move-constructors the Rust! It requires a few macros but isn’t much more outlandish than the
async pinning state of the art. A prototype of this idea is implemented in my moveit crate.
---
Move Constructors Revisited
Или как убрать UB, связанное с требованиями Pin.1 928
#prog #rust #article
> One other benefit that I did not realize in the beginning is onboarding new people is much easier because the new person is free to play with the with the code base, to try to improve it, change or refactor it, and the compiler is not going to compile until all the invariants are upheld again. This means that you can refactor without any fear and that new people can start writing code without being minutely reviewed, because you know there are so many unwritten invariants that only a few people know about. And I’m quite confident that this will also result in fewer warranty issues over time because you get higher quality up front.
medium.com/volvo-cars-engineering/why-volvo-thinks-you-should-have-rust-in-your-car-4320bd639e09
1 928
#prog #rust #rustlib
Seaography is a GraphQL framework for building GraphQL resolvers using SeaORM entities. It ships with a CLI tool that can generate ready-to-compile Rust GraphQL servers from existing MySQL, Postgres and SQLite databases.
github.com/SeaQL/seaography
1 928
#prog #rust
Полку const-инициализируемых коллекций прибыло.
github.com/rust-lang/rust/pull/102197
