From c81ce935533a5adc1236cc713b50f2b5e7a0c66e Mon Sep 17 00:00:00 2001 From: Evan Schwartz <3262610+emschwartz@users.noreply.github.com> Date: Sun, 22 Dec 2024 09:37:36 -0600 Subject: [PATCH] Add hamming-bitwise-fast post --- draft/2024-12-25-this-week-in-rust.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/draft/2024-12-25-this-week-in-rust.md b/draft/2024-12-25-this-week-in-rust.md index 5ff39bd27..13f4b124c 100644 --- a/draft/2024-12-25-this-week-in-rust.md +++ b/draft/2024-12-25-this-week-in-rust.md @@ -37,6 +37,8 @@ and just ask the editors to select the category. ### Project/Tooling Updates +* [`hamming-bitwise-fast`: an unnecessarily fast Hamming Distance implementation using SIMD auto-vectorization](https://emschwartz.me/unnecessary-optimization-in-rust-hamming-distances-simd-and-auto-vectorization/) + ### Observations/Thoughts ### Rust Walkthroughs