Hi @BlackPhoenix, are you able to share any system design level detail in terms of your backtest engine. For example:
- Is your backtest engine event based?
- What data structures are you using?
I am currently experimenting with the Rust Tokio crate for implementing a SPMC queue for handling...