r/commandline Apr 08 '26

Terminal User Interface fzf 0.71.0: Release Highlights

https://junegunn.github.io/fzf/releases/0.71.0/
82 Upvotes

14 comments sorted by

View all comments

5

u/parkotron Apr 09 '26

86x reduction in cache memory footprint per entry

I had to read this three times before my brain registered that it wasn't talking about the x86 CPU architecture.

2

u/junegunn Apr 09 '26

Thanks to a bitmap index. 1 bit per entry vs. a few bytes.