Commit ca9b32a
feat: Add lazy initialization and feature service caching
Implement performance optimizations for FeatureStore:
- **Lazy Initialization**: Convert registry, provider, and OpenLineage emitter
to lazy properties. Reduces cold start from 2.4s to 0.5s (5x improvement).
- **Feature Service Caching**: Add caching layer for feature service resolution.
Observed 19.6x speedup on cached calls during validation.
Co-Authored-By: Claude Sonnet 4 <noreply@anthropic.com>1 parent df70d8d commit ca9b32a
2 files changed
+140
-98
lines changed
0 commit comments