|
|
|
|
|
by an1sotropy
1358 days ago
|
|
I'm curious how to compare this with a PyPy FAQ:
https://doc.pypy.org/en/latest/faq.html#would-type-annotatio...
which describes a bit about why type hints aren't as helpful to optimize code under PyPy as one (including myself) might think. Can someone explain more about how mypyc is in a better position to produce better optimizations than pypy, or am I confused about this? |
|