Rust Twice As Productive As C++
Written by Mike James   
Wednesday, 03 April 2024

Google director of engineering, Lars Bergstrom, gave a talk at the recent Rust Nation UK conference and claimed that Rust was twice as productive as C++. Given how good Google is at C++, this is quite a claim.

rustlogo

The problem with Rust is that to get any benefit from it you have to code using some new, and perhaps difficult to get used to, features. Early adopters often report that Rust was no problem, but then it turns out that they weren't really coding in Rust because they had so many "unsafe" sections they were essentially using Rust as if it was C.Looking at more experienced users, it now transpires that lots of projects have demonstrated that Rust is safer than C or C++ and it is as fast as C. The only question that seems to remain is how productive is a Rust programmer versus a C or C++ programmer. After all, Rust has features that take time to learn to use properly and if coding in safe Rust takes a lot longer than using C/C++ you could argue that the your C/C++ program could be made safer by spending more time on it.

rustcon

Bergstrom confessed that Google has lots of experience in converting projects to Rust and the conclusion is that Rust teams are as productive as Go teams and twice as productive as teams using C++. So no loss of productivity in moving from Go to Rust but what about C++? Not only did Google find that there was a consistent 2x productivity gain in building services in Rust, this factor also applied to maintenance and update. In addition, the time to convert to Rust and be competent and confident in Rust is about the same as the time to convert from Java to Kotlin - about 2 months.

The suggested reason for the improvement is, unsurprisingly, the security of memory management that Rust brings. A competent Rust programmer simply doesn't have to think about the sort of problems that plague C++ code and this also makes it more maintainable.

It is worth noting that Bergstrom is a Rust aficionado, but his account seems to be backed by experience and data.  Check out his full presentation:

 

 

More Information

https://www.youtube.com/@rustnationuk

Related Articles

Google Donates $1M To Rust

The Rise Of Rust - Windows 11

Microsoft Offers Rust For Windows

More Rust - Chrome And Servo

Google Supports Rust For Android OS Development

Is Microsoft Planning To Replace Rust?

Amazon AWS Invests In Rust

Rust Is A Top Twenty Language

Daily Rust Use Increases, Survey Finds

To be informed about new articles on I Programmer, sign up for our weekly newsletter, subscribe to the RSS feed and follow us on Twitter, Facebook or Linkedin.

 

Banner


Insights From AI Index 2024 Report
17/04/2024

Published this week, the latest Stanford HAI AI Index report tracks worldwide trends in AI. A mix of its new research and findings from many other sources, it provides a wide ranging look at how  [ ... ]



ZLUDA Ports CUDA Applications To AMD GPUs
18/04/2024

ZLUDA is a translation layer that lets you run unmodified CUDA applications with near-native performance on AMD GPUs. But it is walking a fine line with regards to legality.


More News

raspberry pi books

 

Comments




or email your comment to: comments@i-programmer.info

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Last Updated ( Wednesday, 03 April 2024 )