Y
Hacker News
new
|
ask
|
show
|
jobs
by
hasenj
3333 days ago
If you want performance don't use Python.
3 comments
hasenj
3333 days ago
I hope the downvotes are not due to people thinking you can actually write high performance applications in Python.
link
twistedpair
3333 days ago
Sadly true. Python is great for scripting, but "high performance Python" is frequently a challenge better suited to other tools.
link
floatboth
3333 days ago
"High performance Python" is usually done by "offloading literally everything to native extensions" :D
link
davesque
3333 days ago
Until JIT authors start taking advantage of the frame execution API that was added in 3.6.
link