psychedelicious 7726d312e1 feat(mm): default hashing algo to blake3_single
For SSDs, `blake3` is about 10x faster than `blake3_single` - 3 files/second vs 30 files/second.

For spinning HDDs, `blake3` is about 100x slower than `blake3_single` - 300 seconds/file vs 3 seconds/file.

For external drives, `blake3` is always worse, but the difference is highly variable. For external spinning drives, it's probably way worse than internal.

The least offensive algorithm is `blake3_single`, and it's still _much_ faster than any other algorithm.
2024-03-22 08:26:36 +11:00
..
2024-01-11 16:52:22 +00:00
2024-03-13 22:43:20 +11:00
2024-01-11 16:52:22 +00:00
2023-11-16 16:10:43 +11:00
2024-01-26 21:19:48 -06:00
2023-12-28 09:44:08 +11:00
2024-03-13 22:43:20 +11:00
2024-01-27 17:04:32 -05:00
2023-10-18 11:28:26 +11:00
2024-01-26 21:19:48 -06:00
2024-03-02 08:23:49 -05:00