orderbook
Order book data structure
An implementation of an order book data structure supporting limit and market orders with features like price-time priority and JSON marshalling.
Matching Engine for Limit Order Book in Golang
447 stars
23 watching
155 forks
Language: Go
last commit: 11 months ago
Linked from 2 awesome lists
exchangeexecution-engineorderbooktrading
Related projects:
Repository | Description | Stars |
---|---|---|
| A fast and efficient database for storing high-frequency trading order book data in binary format. | 691 |
| An ordered collection data structure with fast O(log(N)) time complexity on adding, searching, and removing elements. | 152 |
| A data structure and algorithm library designed to provide functions similar to C++ STL in Go. | 1,058 |
| A library providing a range of chart types and formatting options for generating visualizations in Go. | 772 |
| Provides an alternative data structure to Go's built-in map and slice types | 45 |
| A guide to best practices and design patterns in the Go programming language | 310 |
| An immutable data structure for efficiently managing sorted sets. | 27 |
| An implementation of various data structures and algorithms in Go. | 46 |
| An implementation of ordered data structures in Clojure, preserving the insertion order. | 258 |
| A collection of algorithms and data structures implemented in Go. | 806 |
| Provides a platform-independent interface to persist and retrieve data in various store implementations. | 112 |
| A fast and flexible SQL query builder for Go. | 146 |
| A Go library for constructing and building SQL queries in a type-safe manner. | 17 |
| A collection of unique, ordered objects with fast lookup performance and strong typing support | 252 |
| A comprehensive guide to Go syntax and features for developers | 8,467 |