Signup for Codecrafters for free: https://app.codecrafters.io/join?via=conaticusRepository: https://github.com/conaticus/redis-cloneDiscord: https://discord.... (more…)
Read more »
Exploring the "expression problem" in Rust. Contribute to dcreager/expression-problem-rust development by creating an account on GitHub. (more…)
Read more »
In a previous post, I shortly discussed the concept of “effects” and the parallels between them. In an unrelated post since then, Yosh Wuyts writes about the problem of trying to write fallible code inside of an iterator adapter that doesn’t support it. I... (more…)
Read more »
Breakthrough random number generation using a race condition - GitHub - DvorakDwarf/RaceNG: Breakthrough random number generation using a race condition... (more…)
Read more »
If you're looking to write fast code in Rust, good news! Rust makes it really
easy to write really fast code. The focus on zero-cost abstractions, the
lack of implicit boxing and the static memory management means that even naïve
code is often faster than... (more…)
Read more »