Live data from Hacker News

Go versus Rust in 2024: Measuring the Best with 15 Benchmarks for Everyday Tasks

nixsanctuary.com

1–3 of 3 posts

Re: Go versus Rust in 2024: Measuring the Best with 15 Benchmarks for Everyday Tasks

#2
Falls prey to the bad benchmarking issue

- appears to use a single run of each, lacks statistics

- Array sort is a an array from 1000..1, not random, it's an edge case type input

- string concat is using a less than ideal method from Go

- regexp, apples & oranges comparison