Skip to content

A fast limit order book implementation in Go, inspired by voyager's winning 2011 QuantCup entry. (Also see kmanley/orderbook, the Python version).

Notifications You must be signed in to change notification settings

kmanley/gorderbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

A fast limit order book implementation in Go.

Inspired by voyager's winning entry in the 2011 quantcup.org competition

go test -bench=BenchmarkOrderBook
PASS
BenchmarkOrderBook	0 trade executions
63 trade executions
7426 trade executions
741709 trade executions
3704291 trade executions
5000000	       639 ns/op

Find the Python version here: https://github.com/kmanley/orderbook

About

A fast limit order book implementation in Go, inspired by voyager's winning 2011 QuantCup entry. (Also see kmanley/orderbook, the Python version).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages