Y
Hacker News
new
|
ask
|
show
|
jobs
by
spooky_deep
258 days ago
Python with type hints still lacks the performance benefits of static typing in a compiled language setting?
3 comments
maxfurman
258 days ago
It's the developer performance benefit of catching type bugs early, not the application performance benefit from a compiler, that Python developers find compelling
link
chpatrick
258 days ago
You generally don't write Python if you want it to be really fast anyway (non-Python parts like numpy notwithstanding).
link
pansa2
258 days ago
Yes. It also lacks the ease-of-deployment of a compiled language.
link