Skip to content

v1.3.5

Choose a tag to compare

@github-actions github-actions released this 28 Dec 00:31

Performance

  • Search: Optimized the exact and whitespace-insensitive search logic to avoid unnecessary heap allocations (Box<dyn Iterator>), improving efficiency for exact matches.
  • Parser: Optimized memory allocation in parse_patches_from_lines by pre-allocating buffers for hunk lines, reducing reallocations during parsing.

🆚 Compare changes