Skip to main content

Crate perl_lsp_performance

Crate perl_lsp_performance 

Source
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.
IncrementalParser
Incremental parsing optimizer.
SymbolIndex
Symbol index for fast lookups.