Closing the Gap Between Rust and C++ Using Principles of Static Analysis

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… Read more

Similar

Rust Ray Tracer, an Update (and SIMD)

About a month ago I ported my C99 ray tracer side project to Rust. The initial port went smoothly, and I’ve now been plugging away adding features and repeatedly rewriting it in my spare hours. In parallel I’m getting up to speed on a large, production Ru... (more…)

Read more »

Arenas in Rust

There’s been some discussion about arenas in Rust recently, and I thought I’d write about them. Arenas aren’t something you would typically reach for … (more…)

Read more »