开发者

HFT strategy coding on hardware

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜