nanobook 0.16.2

Deterministic Rust execution engine for trading backtests: limit-order book, portfolio simulation, metrics, risk checks, and Python bindings
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Solution and learning notes

These writeups capture implementation lessons that are useful outside the original development session.

## Public notes

- [Oracle design]oracle-design.md — dual-purpose OCaml reference implementation for differential testing and correctness signaling.
- [ITCH replay learnings]itch-replay-learnings.md — lessons from measuring parsing and order-book update performance on NASDAQ TotalView-ITCH data.
- [Portfolio simulator parity learnings]portfolio-sim-parity-learnings.md — parity results and known differences against vectorbt for a cross-sectional momentum strategy.

Operational learning notes live in [../operations/](../operations/).

## Private notes intentionally excluded

Some local notes are intentionally not part of the public branch because they are planning scaffolds or require paper-live evidence before they can support public claims.