Is anyone else seeing the following?  If not, what could I have done to my 
env to trigger it?

Thx.

julia> VERSION
v"0.3.0"

julia> @time  begin a = rand(5000,5000); b = rand(5000); x =a\b end;
elapsed time: 31.413347385 seconds (440084348 bytes allocated, 0.12% gc 
time)

julia> 

----------------

julia> VERSION
v"0.4.0-dev+308"

julia> @time  begin a = rand(5000,5000); b = rand(5000); x =a\b end;
elapsed time: 1.686715561 seconds (431769824 bytes allocated, 0.87% gc time)

julia> 

Reply via email to