https://github.com/zhashkevych/orderbook
HFT order book basic implementation in Go for research purposes
https://github.com/zhashkevych/orderbook
Last synced: 9 days ago
JSON representation
HFT order book basic implementation in Go for research purposes
- Host: GitHub
- URL: https://github.com/zhashkevych/orderbook
- Owner: zhashkevych
- Created: 2022-11-02T14:26:45.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-06T09:04:56.000Z (almost 3 years ago)
- Last Synced: 2025-07-24T10:31:27.557Z (3 months ago)
- Language: Go
- Size: 5.86 MB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Order Book for HFT systems
Implemeted with Binary Search Tree & Double-Linked List