开发者

HFT strategy coding on hardware

开发者 https://www.devze.com 2023-01-02 19:39 出处:网络
Hardware accelaration and embedded programming has mostly been used so far to parse datafeed and/or to route orders to exchange. Have there been attempts to write simpler HFT str开发者_JAVA百科ategies

Hardware accelaration and embedded programming has mostly been used so far to parse datafeed and/or to route orders to exchange. Have there been attempts to write simpler HFT str开发者_JAVA百科ategies such as equity market-making in hardware? Have they been successful? Which companies are doing this and what kind of programming model is used?


FPGAs have been used to do this. You quickly and relatively cheaply accelerate all sorts of algorithms, such as neural networks. If you can do it in C, you can probably do it faster and in parallel on an FGPA.

See AutomatedTrader's article - FPGA's - Parallel Perfection?


Also there are offerings like CUDA, AMD Stream, Tilera. Exegy uses Tilera for application acceleration.

0

精彩评论

暂无评论...
验证码 换一张
取 消