File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -903,8 +903,9 @@ Optimizations
903903
904904* Function parameters and their annotations are no longer computed at runtime,
905905 but rather at compilation time. They are stored as a tuple of strings at the
906- bytecode level. It is now around 100 % faster to create a function with parameter
907- annotations. (Contributed by Yurii Karabas and Inada Naoki in :issue:`42202 ` )
906+ bytecode level. It is now around 2 times faster to create a function with
907+ parameter annotations. (Contributed by Yurii Karabas and Inada Naoki
908+ in :issue:`42202 ` )
908909
909910* Substring search functions such as `` str1 in str2`` and `` str2.find(str1)``
910911 now sometimes use Crochemore & Perrin' s "Two-Way" string searching
You can’t perform that action at this time.
0 commit comments