TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Does Rust have an advantage if memory-safety is not an advantage?

4 pointsby iofiiiiiiiiiover 1 year ago

3 comments

neonsunsetover 1 year ago
Isn&#x27;t replacement of complex patterns better served by generated regexes (and both .NET&#x27;s built-in and Rust&#x27;s most popular regex crate are very fast)?<p>(questioning whether this particular case is illustrative for the point the article makes)
MissTakeover 1 year ago
Not seeing anything about if the C# code was compiled to native code using AOT.
chrisjjover 1 year ago
&gt; the Rust CPU time advantage is -75%.<p>This is in error.<p>The difference is -75% but the advantage is 75%.