Hacker News
new
past
comments
ask
show
jobs
points
by
nextaccountic
3 hours ago
|
comments
by
evanb
1 hours ago
|
next
[-]
Mathematica has symbolic and infinite-precision addition, so you can't automatically take advantage of obvious compiled code.
reply
by
tadfisher
1 hours ago
|
prev
|
[-]
You are missing the term "JIT", which would enable a host of runtime optimizations which include generating calls to some static piece of native code which performs addition.
reply