Hacker News new | ask | show | jobs
by acqq 3396 days ago
Wonderful, thank you! Producing the safe versions which are that efficient is really the best argument for Rust that I can imagine.
1 comments

As an update, this pull request now removes most of the unsafe code:

https://github.com/TeXitoi/benchmarksgame-rs/pull/46

Further update: I now have a Rust program that is 100% safe code and is also faster than any of the unsafe programs (including the C and C++ entries):

https://github.com/TeXitoi/benchmarksgame-rs/pull/55