1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 06:31:14 +02:00
nix/doc/manual/rl-next/faster-blake3.md
2025-05-14 23:29:49 +02:00

8 lines
243 B
Markdown

---
synopsis: "Faster blake3 hashing"
issues:
prs: [12676]
---
The implementation fro blake3 hashing is now multi-threaded and used memory-mapped IO.
Benchmark results can be found the [pull request](https://github.com/NixOS/nix/pull/12676).