Archive docs markdown files

This commit is contained in:
2026-05-07 15:39:24 +09:00
parent 2414b651d5
commit 2c96c5ee82
14 changed files with 0 additions and 0 deletions
@@ -0,0 +1,11 @@
# Fast Engine Follow-up Optimizations
The current fast engine exposes Python wrappers for testing and debugging, but
serious traversal code should use the Cython `fast.pxd` API directly.
Deferred work:
1. Consider direct NumPy or feature-buffer output for RL pipelines instead of
building Python lists and converting later.
2. Consider a single contiguous allocation for state arrays after profiling the
simpler separate-allocation layout.