We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 325deb6 commit 9b27e02Copy full SHA for 9b27e02
1 file changed
Misc/NEWS.d/next/Core_and_Builtins/2026-02-22-20-15-00.gh-issue-144015.pystrhex_simd.rst
@@ -1,4 +1,5 @@
1
-Speed up :meth:`bytes.hex`, :meth:`bytearray.hex`, and
2
-:func:`binascii.hexlify` with SIMD on x86-64, ARM64, and ARM32 with NEON.
3
-Around 1.1-3x faster for common 16-64 byte inputs such as hashlib hex
4
-digests, and up to 11x faster for large data (1KB+).
+Speed up :meth:`bytes.hex`, :meth:`bytearray.hex`, :func:`binascii.hexlify`,
+and :mod:`hashlib` ``.hexdigest()`` operations with SIMD on x86-64, ARM64,
+and ARM32 with NEON when built with gcc (version 12 or higher) or clang
+(version 3 or higher) compilers. Around 1.1-3x faster for common 16-64 byte
5
+inputs such as hashlib hex digests, and up to 8x faster for larger data.
0 commit comments