Preview of Binder IPC Driver in Rust

Adding support for the Rust language to the Linux kernel. – Rust-for-Linux/linux… Read more

Similar

Creating a Snake Clone in Rust, with Bevy

I’ve been playing around with Bevy recently, and decided to make a snake clone. The final product looks like this (please ignore the shoddy gif quality, the game runs smoothly): It’s about 300 lines of Rust, so buckle in; this is a lengthy walkthrough. If... (more…)

Read more »

Process Spawning Performance in Rust

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 a... (more…)

Read more »