Skip to content

v0.11.2

Choose a tag to compare

@irahardianto irahardianto released this 03 Jun 15:26
· 127 commits to main since this release

Fixed

  • (pathfinder) address edge cases and improve efficiency in find_symbol
  • (common,search) address audit findings from perf session
  • (treesitter) correct mtime race, unblock runtime, and extend Vue preloaded cache

Other

  • apply rustfmt formatting across workspace
  • (pathfinder) add criterion benchmark suite for find_symbol
  • (pathfinder) optimize find_symbol with parallel execution and zero-alloc hot paths
  • (common) reformat sandbox deny pattern matching for readability
  • (common) optimize hot-path functions with zero-alloc formatting, pre-allocation, and fast-reject
  • (search) optimize pathfinder-search with incremental hashing and zero-alloc line decoding
  • (treesitter) eliminate redundant I/O, reduce allocations, and add benchmark suite