Skip to content

v1.0.2

Compare
Choose a tag to compare
@Jorropo Jorropo released this 03 May 19:47
· 14 commits to main since this release
v1.0.2
  • hash function changed to xxh64 which lead to slight multicore performance 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.