Microsoft: Rust Is the Industry’s ‘Best Chance’ at Safe Systems Programming

Microsoft has deemed C++ no longer acceptable for writing mission-critical software. The industry sorely needs to move to a performant, memory-safe language for its low-low system work. And the best choice on the market today is Rust, Levick said. Read more

Similar

Target Feature vs. Target CPU for Rust

In the previous article on auto-vectorization we looked at the different SIMD instruction set families on X86-64. We saw how he target-feature compiler flag and #[target_feature()] attribute gave us more control over the instructions used in the generated... (more…)

Read more »