←back to thread

611 points LorenDB | 1 comments | | HN request time: 0s | source
Show context
atemerev ◴[] No.43908259[source]
Right. I attempted using Rust for trading-related code as well. However, I failed to write a dynamically linked always sorted order book where you can splice orders in the middle. It is just too dynamic for Rust. Borrow checker killed me.

And don't get me started on dynamic graphs.

I would happily use Rust over C++ if it had all other improvements but similar memory management. I am completely unproductive with Rust model.

replies(4): >>43908277 #>>43908709 #>>43909131 #>>43909428 #
1. 0x1ceb00da ◴[] No.43909131[source]
> Borrow checker killed me.

You gotta get your timing right. Right hook followed by kidney shot works every time.