Module performance

Module performance 

Source
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§

CacheStats
Cache statistics
IntelligentCache
Intelligent caching system with LRU eviction
MemoryEfficientStorage
Memory-efficient code analysis storage
ParallelProcessor
Parallel processing engine for large codebases
PerformanceMonitor
Performance monitoring system
PerformanceReport
Comprehensive performance report
PerformanceStats
Performance statistics for operations
ResponseOptimizer
Response time optimizer

Enums§

OptimizationStrategy