Skip to content

Commit 9b27e02

Browse files
committed
reword news, mention hashlib hexdigest
1 parent 325deb6 commit 9b27e02

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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+).
1+
Speed up :meth:`bytes.hex`, :meth:`bytearray.hex`, :func:`binascii.hexlify`,
2+
and :mod:`hashlib` ``.hexdigest()`` operations with SIMD on x86-64, ARM64,
3+
and ARM32 with NEON when built with gcc (version 12 or higher) or clang
4+
(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

Comments
 (0)