[julia-users] How to deploy Julia

2015-06-14 Thread Daniel Carrera
I never cease to be impressed by Julia's speed. I just wrote a test program in Julia and Fortran 90 (it computes the gravitational force between some planets). To my surprise, the Julia version was 7% faster than Fortran. So... apparently one can write N-body codes with Julia. Suppose I wrote a

[julia-users] How to deploy Julia

2015-06-14 Thread David P. Sanders
Out of interest, does your code use arrays (for positions if the particles etc?) If so, does it use standard Julia arrays? David