Click here to Skip to main content
15,888,610 members
Articles / General Programming / Optimization

Duck a Fourth Way: The File and Text I/O Benchmark Written in Rust

Rate me:
Please Sign up or sign in to vote.
4.11/5 (4 votes)
5 Jan 2023CPOL6 min read 13.6K   24   2  
See how Rust stacks up against C-ish, C++, and C#
This article describes the implementation of a Rust program that performs the file and text I/O benchmark from my earlier article and compares its performance with the other implementations.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer
United States United States
Michael Balloni is a manager of software development at a cybersecurity software and services provider.

Check out https://www.michaelballoni.com for all the programming fun he's done over the years.

He has been developing software since 1994, back when Mosaic was the web browser of choice. IE 4.0 changed the world, and Michael rode that wave for five years at a .com that was a cloud storage system before the term "cloud" meant anything. He moved on to a medical imaging gig for seven years, working up and down the architecture of a million-lines-code C++ system.

Michael has been at his current cybersecurity gig since then, making his way into management. He still loves to code, so he sneaks in as much as he can at work and at home.

Comments and Discussions