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-02-12 11:12:45 -05:00
2024-03-10 10:38:52 +11:00
2023-11-16 18:22:21 +11:00
2023-05-24 23:57:15 -04:00
2023-11-16 18:22:21 +11:00
2023-10-18 11:28:26 +11:00
2023-08-13 22:25:49 -04:00
2023-12-03 08:13:40 -08:00
2023-11-16 16:32:55 +11:00
2023-09-12 12:01:44 -04:00
2024-01-11 16:52:22 +00:00
2023-10-18 11:28:26 +11:00
2023-07-19 01:49:28 -04:00