Y
Hacker News
new
|
ask
|
show
|
jobs
by
dalke
3581 days ago
A few minutes ago (and after your comment) one of the commenters of that issue tested against Apache Commons CSV and found that Java was 1.9x faster than Go, rather than the original 3x:
https://github.com/golang/go/issues/16791#issuecomment-24456...
1 comments
merb
3581 days ago
actually the java one is still amazing since it's a cold jvm. when it would be a big file I would think that java is far ahead of both. with an aggressive jit. maybe pypy is faster than all 3 :D
link