Empowering everyone to build reliable and efficient software.| blog.rust-lang.org
Empowering everyone to build reliable and efficient software.| blog.rust-lang.org
Empowering everyone to build reliable and efficient software.| blog.rust-lang.org
Background I recently had a bit of impromptu disaster recovery, and it gave me a hunger for more! More downtime! More kubernetes manifest! More DNS! Ahhhh! The plan was really simple. I love dedica...| fasterthanli.me
Profiles| doc.rust-lang.org
Configuration| doc.rust-lang.org
As part of my PhD studies, I’m working on a distributed task runtime called HyperQueue. Its goal is to provide an ergonomic and efficient way to execute task graphs on High-Performance Computing (HPC) distributed clusters, and one of its duties is to be able to spawn a large amount of Linux processes efficiently. HyperQueue is of course written in Rust1, and it uses the standard library’s Command API to spawn processes2. When I was benchmarking how quickly it can spawn processes on an HPC...| Kobzol’s blog
Have you ever tried to compile a helloworld Rust program in --release mode? If yes, have you seen its binary size? Suffice to say, it’s not exactly small. Or at least it wasn’t small until recently. This post details how I found about the issue and my attempt to fix it in Cargo.| Kobzol’s blog
A blog by sunfishcode| sunfishcode's blog