Skip to content

Julia n-body contribution

CONTRIBUTE SOURCE CODE

Should be about a 20% speedup over existing Julia code mostly by taking advantage of automatic SIMD vectorization.

Provide a helpful Title

Julia n-body Adam Beckmeyer

Attach your source code file

nbody-ab-tuples.jl

Provide an example build command-line

julia -O3 nbody-ab-tuples.jl 50000000
Edited by Adam Beckmeyer