perl-lsp-performance
Performance-focused utilities shared across the Perl LSP ecosystem.
This crate contains:
- AST caching (
AstCache) - Incremental parse region tracking (
IncrementalParser) - Symbol search indexing (
SymbolIndex) - Parallel file processing helpers (
parallel)