Y
Hacker News
new
|
ask
|
show
|
jobs
by
tasoeur
4258 days ago
Does anyone know why Java would be faster here? Is there any kind of optimization happening under the hood? (Automatic memoization?)
1 comments
rjoshi
4257 days ago
See the updated blog again. It seems issue is with Clang/LLVM on MacOSX. I reran the test on Linux with Gnu g++ and it outperforms Java.
link