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:
Junegunn Choi
2024-04-02 01:02:49 +09:00
parent 41b3511ad9
commit 5234c3759a
2 changed files with 68 additions and 73 deletions

View File

@@ -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`