diff --git a/doc/manual/rl-next/faster-blake3.md b/doc/manual/rl-next/faster-blake3.md new file mode 100644 index 000000000..edd10bf75 --- /dev/null +++ b/doc/manual/rl-next/faster-blake3.md @@ -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).