Skip to content

Commit 82d18d7

Browse files
picnixzAA-Turner
andauthored
Update Misc/NEWS.d/next/Library/2025-01-10-13-06-54.gh-issue-118761.f8oADD.rst
Co-authored-by: Adam Turner <[email protected]>
1 parent 5562c81 commit 82d18d7

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed
Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
Improve performance of :func:`base64.b16decode` by a factor ten by
2-
removing an unnecessary regular expression. Consequently, :mod:`re`
3-
is no more implicitly available as ``base64.re`` and import time of
4-
:mod:`base64` is improved by a factor six. Patch by Bénédikt Tran.
1+
Improve the performance of :func:`base64.b16decode` by up to ten times
2+
by more efficiently checking the byte-string for hexadecimal digits.
3+
Reduce the import time of :mod:`base64` by up to six times,
4+
by no longer importing :mod:`re`.
5+
Patch by Bénédikt Tran, Chris Markiewicz, and Adam Turner.

0 commit comments

Comments
 (0)