Go versus Rust in 2024: Measuring the Best with 15 Benchmarks for Everyday Tasks
1–3 of 3 posts
Re: Go versus Rust in 2024: Measuring the Best with 15 Benchmarks for Everyday Tasks
#2Falls 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
Re: Go versus Rust in 2024: Measuring the Best with 15 Benchmarks for Everyday Tasks
#3Golang is the another promo project like Adsense, avoid it.