|
|
|
|
|
by arthi1899
141 days ago
|
|
Nice approach with BLAKE3 for hashing. I've been working on file tooling too (offline converter with Rust/Tauri) and the performance difference with modern hashing algorithms is significant. How are you handling large file sets — streaming or loading into memory? |
|
If want to dig even deeper, this specific implementation was done in this pr: https://github.com/distr-sh/distr/pull/1478