https://cppcon.org/ https://github.com/CppCon/CppCon2020 --- Did you know that 70% of serious security bugs are a result of memory safety issues? As a C++ de... (more…)
Read more »
There’s a question that always comes up when people pick up the Rust programming language: why are there two string types? Why is there String, and &str?
My Declarative Memory Management article answers the question partially, but there is a lot more ... (more…)
Read more »
Senyo Simpson discusses how Rust's core values lead to "fearless programming." He shares front-line experience with Rust, including its application in a high-performance proxy. He explores the language's strengths in predictability and correctness, while ... (more…)
Read more »
This post is a case study of writing a Rust application using only minimal, artificially constrained API (eg, no dynamic memory allocation).
It assumes a fair bit of familiarity with the language. (more…)
Read more »
In this post, CrowdStrike's Engineering team walks through one possible way of adapting a library to handle OOM events without aborting the process. (more…)
Read more »