v1.3.5
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_linesby pre-allocating buffers for hunk lines, reducing reallocations during parsing.