rust-vs-cpp-bench icon indicating copy to clipboard operation
rust-vs-cpp-bench copied to clipboard

Performance benchmark of Rust vs. C++ on simple algorithmic problems

Results 2 rust-vs-cpp-bench issues
Sort by recently updated
recently updated
newest added

Hi guy, thanks for this wonderful project. I noticed that, by default, compare_performance.sh runs bench programs N=10 times, but reading input takes much time. And, it's significant that read_vec_w_num in...

Benches should be rewriten in the following way: 1. compile binary 2. test input -> binary -> check output 3. test input -> binary -> bench time Right now there...