perl-lsp-performance 0.12.2

Performance utilities for Perl LSP and parser workloads
Documentation

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)