Skip to content

Commit ea23629

Browse files
committed
update benchmarks
1 parent 5c87adf commit ea23629

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

Doc/whatsnew/3.14.rst

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

686-
* :func:`~uuid.uuid3` is 70% faster for 16-byte names and 20% faster
687-
for 1024-byte names. Performance for longer names remains unchanged.
688-
* :func:`~uuid.uuid5` is 40% faster for 16-byte names and 30% faster
689-
for 1024-byte names. Performance for longer names remains unchanged.
690-
* :func:`~uuid.uuid4` and :func:`~uuid.uuid8` are 30% and 45% faster
686+
* :func:`~uuid.uuid3` and :func:`~uuid.uuid5` are both roughly 40% faster
687+
for 16-byte names and 20% faster for 1024-byte names. Performance for
688+
longer names remains unchanged.
689+
* :func:`~uuid.uuid4` and :func:`~uuid.uuid8` are 30% and 40% faster
691690
respectively.
692691

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

0 commit comments

Comments
 (0)