|
|
|
|
|
by machinekob
1540 days ago
|
|
Python with type annotations isnt faster using python runtime. But some packages can utilize it for higher performance but most of the time it'll be slower cause you need to parse extra information if you want to reuse it in pure python. |
|