Does Rust have an advantage if memory-safety is not an advantage? (sander.saares.eu) 4 points by iofiiiiiiiii 2y ago ↗ HN
[–] chrisjj 2y ago ↗ > the Rust CPU time advantage is -75%.This is in error.The difference is -75% but the advantage is 75%.
[–] MissTake 2y ago ↗ Not seeing anything about if the C# code was compiled to native code using AOT.
[–] neonsunset 2y ago ↗ Isn't replacement of complex patterns better served by generated regexes (and both .NET's built-in and Rust's most popular regex crate are very fast)?(questioning whether this particular case is illustrative for the point the article makes)
3 comments
[ 3.5 ms ] story [ 20.7 ms ] threadThis is in error.
The difference is -75% but the advantage is 75%.
(questioning whether this particular case is illustrative for the point the article makes)