Ross ROSS = Recommend OSS · open-source software intelligence for agents

Crypto-toolbox/HFT-Orderbook

Limit Order Book for high-frequency trading (HFT), as described by WK Selph, implemented in Python3 and C observed · 2026-08-28

github.com/Crypto-toolbox/HFT-Orderbook · C · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 3325
  • days_rel: n/a
  • days_push: 658
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1383 stars · 313 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A limit order book implementation for high-frequency trading, based on WK Selph's design, written in C with a Python3 interface. It supports O(1) add, cancel, and execute operations using self-balancing trees of limit prices with doubly linked lists of orders.

Use cases

  • build a fast limit order book for backtesting
  • simulate order book add/cancel/execute events
  • track best bid and offer in real time
  • query volume between price levels
  • study HFT order book data structures
  • prototype trading strategies needing order book state

When to choose

  • you need a performant limit order book in C or Python
  • you want the classic WK Selph O(1) order book design
  • you are backtesting or researching HFT strategies

When to avoid

  • you need a production exchange matching engine with compliance features
  • you need network connectivity to live exchanges
  • you need a maintained framework with extensive documentation and support

Facets

library · maturity maintenance

trading parser fintech performance windows c python limit-order-book high-frequency-trading avl-tree doubly-linked-list orderbook hft data-structures algorithms linux macos

1 source

Member repositories

RepositoryRoleHealth v2
Crypto-toolbox/HFT-Orderbookmain32

For agents

markdown · JSON · MCP: product_card(name="Crypto-toolbox/HFT-Orderbook")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem