Hacker News new | ask | show | jobs
by delta_p_delta_x 1250 days ago
> I think the secret sauce is a background service which continuously updates the file index

Actually, the secret sauce to both WizTree's and Everything's speed is the NTFS Master File Table (MFT) [1].

[1]: https://learn.microsoft.com/en-us/windows/win32/fileio/maste...

2 comments

Is there an open source analog of voidtools Everything yet?

Have never been able to find anything.

There's this, which I haven't tried: https://github.com/ChrisS85/FastFileSearch

SwiftSearch is excellent and uses the same tech: https://sourceforge.net/projects/swiftsearch/

I've seen flow launcher recommended but haven't personally tried it out yet
Thanks for the suggestion.

Probably worth benchmarking against fzf/ripgrep when I can find the time.

So why do the stock implementations suck?