Skip to content
This repository has been archived by the owner on Dec 29, 2023. It is now read-only.

TobiaszCudnik/demo-limit-order-book

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Limit Order Book Demo

- algo theory from https://github.com/Kautenja/limit-order-book/blob/master/notes/lob.md
- AVL tree impl from https://github.com/bitmark-inc/bitmarkd/tree/master/avl
- worst op complexity O(2log n)
- scaling up: sharding the trees 

Running

go mod tidy
go run main.go

About

Demo implementation of Limit Order Book

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages