So you’re writing Rust but it’s not fast enough?Even though you’re using cargo build --release?Here’s some small things you can do to increase the runtime speed of a Rust project– practically without changing any code! (more…)
Read more »
Lessons learned from writing nonymous, an embedded-friendly DNS library, and bore(1), a DNS query tool. (more…)
Read more »
Demo for the new subzero Rust codebase. Rest api for your database. - GitHub - subzerocloud/blue-steel: Demo for the new subzero Rust codebase. Rest api for your database. (more…)
Read more »
⋰·⋰ Feeless is a Nano cryptocurrency node, wallet, tools, and Rust crate. - feeless/feeless... (more…)
Read more »
Recently, @withoutboats challenged me to demonstrate a hypothetical version of Pin with different guarantees, and show how it would be sound. However, while working on that, I stumbled upon unsoundness in the actual Pin. I haven't seen this reported bef... (more…)
Read more »