From: Isaac Gouy Date: 2006-08-05T08:00:12+09:00 Subject: Re: For performance, fix the Java program Jon Harrop wrote: > Isaac Gouy wrote: > > Depending on the machine hardware, we should expect a vanilla Java > > implementation to take 1.5x - 2.5x longer than C for this problem. > > Only if by "vanilla" you mean optimised Java. > > -- > Dr Jon D Harrop, Flying Frog Consultancy > Objective CAML for Scientists > http://www.ffconsultancy.com/products/ocaml_for_scientists What things in that program do you consider optimizations? I also provided a Java program with the same inner loop code as the OCaml program but it hasn't appeared on Peter Hickman's website yet.