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

Latest commit

 

History

History
15 lines (12 loc) · 313 Bytes

Readme.md

File metadata and controls

15 lines (12 loc) · 313 Bytes

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