When I use ProfileView to profile my code it shows that most of the time is consumed in:
abstractarray.jl, indices: line 64
Every arrow is pointing to time consumed in
abstractarray.jl, indices: line 64
Unfortunately, it often shows up at the very top of the stack trace after multiple julia calls, which makes it hard to debug.
Is there a way to circumvent this performance bottleneck?
BTW: This is julia 0.6.3