Dealing with Out-of-Memory Conditions in Rust

In this post, CrowdStrike’s Engineering team walks through one possible way of adapting a library to handle OOM events without aborting the process. Read more

Similar

How I Plan to Learn Rust

So the week after next I start the Winter 1 2017 half-batch of the Recurse Center. My primary project will be learning rust and systems programming. My secondary project will be some SQL modeling and reporting stuff. (more…)

Read more »

Xr0 Makes C Safer than Rust

There is a practical way to guarantee the safety of C programs at compile time, in the sense of no use-after-frees, no double frees, no buffer out-of-bounds reads/writes, no null pointer dereferences, no uses of uninitialised memory, no arithmetic overflo... (more…)

Read more »