mirror of
https://github.com/NixOS/nix
synced 2025-06-25 06:31:14 +02:00
8 lines
243 B
Markdown
8 lines
243 B
Markdown
---
|
|
synopsis: "Faster blake3 hashing"
|
|
issues:
|
|
prs: [12676]
|
|
---
|
|
|
|
The implementation for 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).
|