|
|
|
|
|
by detaro
1357 days ago
|
|
pypy argues that considering type annotations gives them less useful data than their existing tracing does, and thus pypy wouldn't be faster if it considered them. Something like mypyc by design has no chance of doing tracing, and thus has to work with annotations. (I also don't see where you get the claim from that that mypyc has better optimizations than pypy? But the two also follow different designs, so they might be good at different things) |
|
But if mypyc has no runtime information to go on (which pypy does have), then certainly having some type information is better than having none.