mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-07-31 03:05:21 +00:00
NS_MD.lean: - Added QRResidualWitness structure (Q16_16 fixed-point) - Added residual_bound_ok, basis_size_ok, orthogonality_ok predicates - Extended O_AMMR_Node with qr_witness field - Strengthened O_AMMR_valid: 4 conjuncts (admission + residual + basis + ortho) - lake build: 3300 jobs, 0 errors hash_benchmark.py (240 data points): - Hilbert vs Morton vs xxHash - 5 grid sizes (16^3 to 256^3), 4 trace sizes, 4 patterns Key findings: Morton: 86.5% cache hit rate, 1.08µs p50, 0.512 locality xxHash: 30.3% cache hit rate, 0.96µs p50, 0.342 locality Hilbert: 27.6% cache hit rate, 2.29µs p50, 0.833 locality Morton wins overall for spatial hash grids. |
||
|---|---|---|
| .. | ||
| core | ||
| lean | ||
| otom | ||
| receipts | ||
| rust/ftdi_gimbal | ||
| scripts | ||
| README.md | ||
0-Core-Formalism
Purpose: Formal foundations for the entire Research Stack — Lean modules, bind primitive, Triumvirate consensus, core source.
No external dependencies. All other layers depend on this.
Contents (Target)
| Source | Destination |
|---|---|
0-Core-Formalism/lean/Semantics/ |
0-Core-Formalism/lean/Semantics/ |
core/ |
0-Core-Formalism/core/ |
Concepts
- bind — State → (State → Action) → State
- TriumvirateClock — ternary consensus (ADD/PAUSE/SUBTRACT)
- Builder/Judge/Warden — roles mapped to hardware registers
- OTOM — Ordered Transformation & Orchestration Model
Build
cd "0-Core-Formalism"
lake build