mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-20 09:33:42 -05:00
Improve ingestion performance (by around 40%)
Summary
fzf --sync --bind load:accept < 27M-lines ran
1.16 ± 0.01 times faster than fzf-41b3511 --sync --bind load:accept < 27M-lines
1.44 ± 0.01 times faster than fzf-0.48.1 --sync --bind load:accept < 27M-lines
This commit is contained in:
@@ -3,7 +3,7 @@ CHANGELOG
|
||||
|
||||
0.49.0
|
||||
------
|
||||
- Ingestion performance improved by around 20%
|
||||
- Ingestion performance improved by around 40%
|
||||
- Added two environment variables exported to the child processes
|
||||
- `FZF_PREVIEW_LABEL`
|
||||
- `FZF_BORDER_LABEL`
|
||||
|
||||
Reference in New Issue
Block a user