How does nautilus_trader achieve such high performance? #1619
Unanswered
huangbogeng
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Thank you for your response.
I am very curious, why is this frame able to achieve such high performance? It seems to contain a lot of cross-language data type conversions, and it does not use any parallel methods.
In fact, I have previously implemented a high-freq-trading backtest frame using Golang, and the performance was also quite good. As a Rust newcomer myself, I'm always eager to learn about high-performance Rust applications and the strategies behind them.
Looking forward to your reply
Alex Huang
Beta Was this translation helpful? Give feedback.
All reactions