Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1d4216a

Browse files
committed
update benchmarks
1 parent e2b8b08 commit 1d4216a

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

Doc/whatsnew/3.14.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -683,11 +683,12 @@ uuid
683683
* Improve generation of :class:`~uuid.UUID` objects via their dedicated
684684
functions:
685685

686-
* :func:`~uuid.uuid3` is 40% faster for 16-byte names and 10% faster
686+
* :func:`~uuid.uuid3` is 70% faster for 16-byte names and 20% faster
687687
for 1024-byte names. Performance for longer names remains unchanged.
688-
* :func:`~uuid.uuid5` is 30% faster for 16-byte names and 20% faster
688+
* :func:`~uuid.uuid5` is 40% faster for 16-byte names and 30% faster
689689
for 1024-byte names. Performance for longer names remains unchanged.
690-
* :func:`~uuid.uuid4` and :func:`~uuid.uuid8` are 30% faster.
690+
* :func:`~uuid.uuid4` and :func:`~uuid.uuid8` are 30% and 45% faster
691+
respectively.
691692

692693
(Contributed by Bénédikt Tran in :gh:`128150`.)
693694

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Improve generation of :class:`~uuid.UUID` objects version 3, 4, 5, and 8
2-
via their dedicated functions by 20%. Patch by Bénédikt Tran.
2+
via their dedicated functions by 25%. Patch by Bénédikt Tran.

0 commit comments

Comments
 (0)