unreadablewxy / fs-curator

Automation for the serious data hoarder that wants to have their data and use it
98 stars 2 forks source link

xxhash support #21

Open unreadablewxy opened 3 years ago

unreadablewxy commented 3 years ago

Trying out NVME arrays for some of my mods, turns out murmur3 was decidedly the bottleneck. XXHash3 removes this as well as address the hash stability issue between architectures (though this isn't really a realistic problem).