Files
foxhunt/crates
jgrusewski 346e6670f5 perf(rl): precompute tree_rebuild_levels — eliminate host loop in mega-graph
The per-step while loop computing (grid, start, nodes_at_level) for
each tree level was host-side work inside the mega-graph replay path.
Now precomputed at init: 16 entries for capacity=65536, 192 bytes.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-28 01:01:53 +02:00
..