|
|
|
|
|
by glyph
1922 days ago
|
|
The post isn't about performance, and is aimed at people using Python for whatever reason, so, sure, retrofit away. That said, if you care about the performance improvements that typing can give you with Mypy, you might want to look here: https://github.com/mypyc/mypyc-benchmark-results/blob/master... It won't be going toe to toe with Rust any time soon, but a 4x to 17x speedup is nothing to sneeze at. |
|