You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is a performance pothole, as people will routinely pass stuff like 1:n around. Can we improve the performance of ref on ranges, or will this be something people have to watch out for?
-viral
On 19-Jun-2012, at 10:15 AM, Jeff Bezanson wrote:
Yes, ref is slower on ranges than on arrays, but iterating over them is just as fast.
Reply to this email directly or view it on GitHub: #938 (comment)
When ranges are passed to sparse(), the code runs 10 times slower.
The text was updated successfully, but these errors were encountered: