Hacker News new | ask | show | jobs
by rubyskills 1015 days ago
Was it HFT or just processing large client orders? I'm having a hard time finding this out
1 comments

It could be the C++ for executing trades and BEAM for the client orders. Obviously you'd want something like C++ there when you're racing. Though if they did the trading as a C++ NIF it could all still run on the BEAM avoiding a memory copy. Interesting thought exercise anyway.