Releases: cxxsucks/SearchEverywhere
Releases · cxxsucks/SearchEverywhere
v0.4.0 Smaller Index
Index Compression
Index compressed with zstd
and is 60% smaller.
The index is no longer entirely read into memory, making large amount of file less of
a problem.
Ideally RAM usage used in indexing and searching will not exceed 150MiB,
however large the filesystem database is.
This does not include memory used by Qt and other GUI components, which may
use way above this value, especially when previewing multimedia.
v0.3.1
First Release
Windows version requires MSVC Runtime
macOS version requires macOS 11 or later
-user -group -nouser -nogroup
require glibc on Linux
Unfortunately the macOS ARM version is missing since I don't have one such
machine🫥.
Should work out of the box. Feel free to leave an issue if not.