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.

Ask HN: If you were building a HFT system today, what language would you use?

3 pointsby bbryantabout 6 years ago
Back in 2003 I wrote my first high frequency trading system -- we used a mix of C and C#. Java was also a popular choice at that time.<p>Much has changed since then!<p>If you were building an order book or trading system today, what would be your goto language and why?

3 comments

CyberFonicabout 6 years ago
Golang. For performance with support for coroutines and garbage collection. The other choice would be C++ since tooling has improved greatly since 2003.
评论 #19855797 未加载
synackabout 6 years ago
Ada&#x2F;SPARK for anything that modifies a currency value, because safety is worth a few microseconds overhead.
wglbabout 6 years ago
Lisp
评论 #19855747 未加载
评论 #19855760 未加载