Coffee plants were supposed to be safe on this side of the Atlantic. But the fungus found them. (more…)
Read more »
"Memory managed languages? In my kernel?" It's more likely than you think. (more…)
Read more »
Berlin based technology consultancy specialising in the Rust programming language. We offer development, implementation, training and long-term support. (more…)
Read more »
A seqlock — or “sequence lock” — is an optimized implementation of a reader-writer lock. In a seqlock “the data can be ‘protected’ by a sequence number. The sequence number starts at zero, and is incremented before and after writing the object. Each reade... (more…)
Read more »
Today I'm going over how to drastically reduce the size of your Rust binaries.Min-Sized-Rust Repo: https://github.com/johnthagen/min-sized-rustFREE Rust Chea... (more…)
Read more »