Expand description
Caching layer for semantic analysis and AST parsing
This module provides caching mechanisms to improve performance by:
- Caching parsed ASTs for unchanged documents
- Caching semantic analysis results
- Caching symbol indexes
- Tracking cache hit rates and performance metrics
Structs§
- AstCache
- AST cache for parsed syntax trees
- Cache
Metrics - Performance metrics for caching
- Semantic
Cache - Semantic analysis cache
- Symbol
Index Cache - Symbol index cache
Functions§
- hash_
input - Compute hash of input string