Thank you all.

@wiffel/Nibbler, in my Julia test, I was using Pro version 0.6.1 64 bit running 
on Windows 10.

Now, running the same .jl code on a Windows 8 64 bit (i5 CPU 650 @ 3.20GHz, 
3193 Mhz, 2 Cores, 4 Processors) I got the following:
    
    
    2.763225 seconds (1.77 k allocations: 95.291 KiB)
    Pi: 3.141592663589326
    

After JIT compilation: 
    
    
    1.863196 seconds (1.69 k allocations: 88.809 KiB)
    Pi: 3.141592663589326
    

Reply via email to