Hacker News new | ask | show | jobs
by heja_bruh 3232 days ago
> Are you telling me that a Rust code base with over 100 devs won't have any problems

If you've had 100 problems writing c++, rust will reduce 99 of them. No data races, no SEGFAULTS - yes its impossible, no pointer mathematics, no bad (nullptr) state of pointers and much much faster than c++. Just see the benchmarks here - https://benchmarksgame.alioth.debian.org/u64q/regexredux.htm...

Rust is 2.73 seconds and c++ is at 17 seconds LOL. C is ahead but not too much. ( 1 sec difference and who cares about a second when c++ is ....). Btw, have fun with your spray paint ;)

1 comments

> Just see the benchmarks here …

But you only tell us about one of them!

http://benchmarksgame.alioth.debian.org/u64q/compare.php?lan...