Thread
Stories related to "Concurrency in Rust (A talk at Øredev by sklabnik)" across the full archive.
Working on moving some old C/Fortran files to Rust to help speed up Matlab code while making the most of what Rust has to offer.
For context the 'slow' part of the Matlab is typically populating large (100kx100k) dense matrices for boundary element calculations, things like inductance contributio...
Consist of simple coding problems demonstrating common patterns, interpretation of compilation errors, etc.
The wild success of testing tools like Jepsen is a wake-up call that we’re approaching systems engineering from a fundamentally bug-prone perspective. Why don’t we find these devastating bugs on our laptops before opening pull requests? Rust’s compiler gives us wonderful guarantees about memory safe...