TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

I spent 18 months rebuilding my algorithmic trading platform in Rust

10 点作者 __natty__11 个月前

3 条评论

WuxiFingerHold11 个月前
I&#x27;ve done a mid-size CLI tool with a local server (Axum) at work last year. While I&#x27;m happy how it turned out and don&#x27;t have regrets like OP, I can understand his frustration. Rust is still overhyped, not as much as some years ago, but from all use-cases out there many would have been better done with a GC language. The amount of energy and time spent on solving the language problems instead of the project&#x27;s goals, isn&#x27;t payed back for &quot;standard&quot; applications. It&#x27;s not that your C# or Go services explode every week or are too slow.<p>There&#x27;re many excellent use-case for Rust. Just not as many as parts of the &quot;internet&quot; suggests.<p>Regarding error handling: Even with RUST_BACKTRACE=full, it&#x27;s most of the time too hard to find the source of the error.
ergonaught11 个月前
I do not understand taking so long to arrive at these conclusions. Each of them smacks you in the face pretty quickly if they bother you, so it&#x27;s strange to invest so much time before deciding they are rant-worthy.
Codrus11 个月前
Writing web servers is not Rust&#x27;s primary use case, and you had better have a <i>darn good</i> reason to choose it over dedicated server languages. I laughed out loud when he said, &quot;Just give me a garbage collector...&quot;<p>Use. Python. You ain&#x27;t writing an operating system or low-latency data streaming engine. You don&#x27;t need Rust.