Further performance improvements by removing unnecessary copies

This commit is contained in:
Junegunn Choi
2024-04-02 08:43:08 +09:00
parent a575c0c54b
commit c30e486b64
5 changed files with 15 additions and 8 deletions

View File

@@ -3,7 +3,10 @@ CHANGELOG
0.49.0
------
- Ingestion performance improved by around 40%
- Performance improvements
- Ingestion performance improved by 40%
- `--ansi` performance improved by 50%
- `--with-nth` performance improved by 30%
- Added two environment variables exported to the child processes
- `FZF_PREVIEW_LABEL`
- `FZF_BORDER_LABEL`