mirror of
https://github.com/neondatabase/neon.git
synced 2026-08-18 12:08:19 +00:00
6d996427b1
## Problem faster sha2 hashing. ## Summary of changes enable asm feature for sha2. this feature will be default in sha2 0.11, so we might as well lean into it now. It provides a noticeable speed boost on macos aarch64. Haven't tested on x86 though