docs/hybrid/experiments/speed/speed-experiment-2026-01-03.md
Date: 2026-01-03 14:31:43
| Approach | Description | Avg (s/doc) | Target | Status | Speedup |
|---|---|---|---|---|---|
| baseline | docling-serve HTTP | 2.283 | - | - | - |
| fastapi | FastAPI + SDK singleton | 0.685 | 0.8 | PASS | 3.3x |
| subprocess | Persistent subprocess | 0.661 | 1.0 | PASS | 3.5x |
Phase 0 PASSED - FastAPI approach meets the < 0.8s threshold.
Proceed to Phase 1 implementation:
Subprocess approach also passed - both approaches available for implementation.