Re: [julia-users] Julia 0.5.0-rc2 allocates 6x as much as and runs 4x slower than Julia 0.4.6

2016-08-18 Thread Jeff Bezanson
Hi Evan, A minimal reproducing example isn't necessary; it's great to have any example, and yours is pretty minimal already. It's always worth opening an issue for these things. The one critical bit I'd like is to know exactly what you ran so I can just copy and paste something and see the

[julia-users] Julia 0.5.0-rc2 allocates 6x as much as and runs 4x slower than Julia 0.4.6

2016-08-18 Thread Evan Fields
Unfortunately I haven't been able to find a minimal reproducing example, so first the relevant snippet then the whole function. I have some code which contains the following inner loop: for after in 1:(length(path) - 1) # can't insert after end of path counter += 1 c = inscost(k, after) if c <