File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -683,11 +683,10 @@ uuid
683
683
* Improve generation of :class: `~uuid.UUID ` objects via their dedicated
684
684
functions:
685
685
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
691
690
respectively.
692
691
693
692
(Contributed by Bénédikt Tran in :gh: `128150 `.)
You can’t perform that action at this time.
0 commit comments