Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement fast multi-item append #62

Open
georgematheos opened this issue Jun 17, 2020 · 1 comment
Open

Implement fast multi-item append #62

georgematheos opened this issue Jun 17, 2020 · 1 comment

Comments

@georgematheos
Copy link
Contributor

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".

@schrauf
Copy link

schrauf commented Feb 18, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants