Y
Hacker News
new
|
ask
|
show
|
jobs
by
blt
4418 days ago
but for scientific computing with numbers - the author's target audience - dynamic typing is the main bottleneck.
1 comments
freyrs3
4418 days ago
Boxing and memory locality are the the main bottlenecks in scientific computations with Python, dynamic typing is orthogonal.
link
andreasvc
4418 days ago
If a language is dynamically typed, it is very likely that it will use boxing, so they do not seem orthogonal to me.
link