You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v1.0.3
- first discriminate files based on the size and lazily hash, this yielded ~31x performance improvement, will help a lot when you have many big and huge files.
- hash function changed to xxh64 which lead to slight multicore perfo…
…rmance improvements and ~2X single core (will depend on hardware).
- lowered default concurrency factor, I tested on NVME and SATA RAID1×2 arrays and I didn't saw any difference.
- Fixed bug where scanning would never complete when trying to open a named FIFO, thx @mhetzi for fixing this.