1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-24 22:11:15 +02:00

doc/rl-next: faster-blake3

This commit is contained in:
Jörg Thalheim 2025-05-14 23:29:49 +02:00
parent 121f7ca5fd
commit c3684efa95

View file

@ -0,0 +1,8 @@
---
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).