Expand description
Performance optimization and caching systems for the coding agent
This module implements Research-preview performance features including:
- Intelligent caching with LRU eviction
- Parallel processing for large codebases
- Memory-efficient data structures
- Response time optimization
Structs§
- Cache
Stats - Cache statistics
- Intelligent
Cache - Intelligent caching system with LRU eviction
- Memory
Efficient Storage - Memory-efficient code analysis storage
- Parallel
Processor - Parallel processing engine for large codebases
- Performance
Monitor - Performance monitoring system
- Performance
Report - Comprehensive performance report
- Performance
Stats - Performance statistics for operations
- Response
Optimizer - Response time optimizer