Rust Optimizations That C++ Can’t Do (Version 2)
My last post was wrong in the details, so let me show a better example. Rust code : pub extern fn foo(v: &u64, callback: fn()) -> u64 { l... (more…)
Read more »Hello and welcome to the fifth post in my series about learning Rust. In case you want to hit it from the start, here’s a link to the first one! This entire series covers my journey from being a completely land-locked Gopher to becoming (hopefully) a hard… Read more