Expand description
Performance optimizations for large projects.
This module is designed for large workspace scaling, including repositories with tens of thousands of files where cache hit rates and bounded memory usage are required to keep indexing and analysis responsive for enterprise and large-file workloads.
Modules§
- parallel
- Parallel processing utilities for large workspaces
Structs§
- AstCache
- Cache for parsed ASTs with TTL.
- Incremental
Parser - Incremental parsing optimizer.
- Symbol
Index - Symbol index for fast lookups.