Skip to content

Commit d0623cb

Browse files
[3.14] gh-136428: amend UUIDv8 performance improvements (GH-136903) (#136904)
gh-136428: amend UUIDv8 performance improvements (GH-136903) UUIDv8 has been added in Python 3.14.0a2 and its construction time has been improved in Python 3.14.0a4, but since those changes will not be visible when comparing the latest Python 3.13 and 3.14 together, we do not document them on the What's New page to avoid confusion. (cherry picked from commit 5798348) Co-authored-by: Bénédikt Tran <[email protected]>
1 parent 9663f93 commit d0623cb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Doc/whatsnew/3.14.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2323,8 +2323,7 @@ uuid
23232323
* :func:`~uuid.uuid3` and :func:`~uuid.uuid5` are both roughly 40% faster
23242324
for 16-byte names and 20% faster for 1024-byte names. Performance for
23252325
longer names remains unchanged.
2326-
* :func:`~uuid.uuid4` and :func:`~uuid.uuid8` are 30% and 40% faster
2327-
respectively.
2326+
* :func:`~uuid.uuid4` is 30% faster.
23282327

23292328
(Contributed by Bénédikt Tran in :gh:`128150`.)
23302329

0 commit comments

Comments
 (0)