J
johnmortal.forums
This is the sort of question that I hope won't start an unhappy
discussion, but I wanted to know whether there are any well accepted
tests comparing java to C++ (or C) for doing extensive number
crunching (e.g. multiplying 100,000 vectors in three space by various
matrics, and maybe even a lot of trig used to generate those matrices,
so lots of addition and multiplication). I am using C++ for a number
crunching intensive project because I have been so insistently
informed that Java is slow at number crunching and because a discrete
fast fourier procedure I wrote really did seem surprisely slow in Java
(but hey, maybe thats my fault, though I did use the fast version of
the transform). But if Java is not really lagging on number crunching
I would love to switch as I like Java so much. I could write my own
little test program easily enough, but everytime someone posts that
they have done so it seems like there are a lot of explanations posted
about why whatever they wrote is a bad test. Are there any accepted
"good tests" on number crunching that have been run recently?
Thank you
-John
discussion, but I wanted to know whether there are any well accepted
tests comparing java to C++ (or C) for doing extensive number
crunching (e.g. multiplying 100,000 vectors in three space by various
matrics, and maybe even a lot of trig used to generate those matrices,
so lots of addition and multiplication). I am using C++ for a number
crunching intensive project because I have been so insistently
informed that Java is slow at number crunching and because a discrete
fast fourier procedure I wrote really did seem surprisely slow in Java
(but hey, maybe thats my fault, though I did use the fast version of
the transform). But if Java is not really lagging on number crunching
I would love to switch as I like Java so much. I could write my own
little test program easily enough, but everytime someone posts that
they have done so it seems like there are a lot of explanations posted
about why whatever they wrote is a bad test. Are there any accepted
"good tests" on number crunching that have been run recently?
Thank you
-John