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
That would be great, just should be careful if using append!(a::MutableLinkedList,b::MutableLinkedList) from DataStructures.jl as it currently can generate segfaults and infinite loops. Issue #725
Currently
append
is implemented by inserting one item at a time; I think it should be possible to do this faster by adding all elements "at once".The text was updated successfully, but these errors were encountered: