From c3684efa95993db6aa1e404c1c1bda9dc826a63c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Wed, 14 May 2025 23:29:49 +0200 Subject: [PATCH] doc/rl-next: faster-blake3 --- doc/manual/rl-next/faster-blake3.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/manual/rl-next/faster-blake3.md 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).