Skip to content

jingapore/quant-trading-projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Quant trading projects

Intro

These projects studyquant trading systems, from orderbooks to protocols like SBE.

1_orderbook

Comparing empirical performance gains from exchange-core's direct orderbook implementation (versus naive implementation).

The theoretic gains come from:

  1. Object pooling; and
  2. Use of Adaptive Radix Trees (ART) instead of vanilla trees.

Broadly, direct orderbook implementation has XX higher throughput than naive implementation.

About

Studies on protocols, exchange mechanics etc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages