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 8110537 commit 597c675Copy full SHA for 597c675
1 file changed
Misc/NEWS.d/next/Core_and_Builtins/2026-02-22-20-15-00.gh-issue-144015.pystrhex_simd.rst
@@ -0,0 +1,4 @@
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+).
0 commit comments