JuliaCollections / JuliaCollections/FunctionalCollections.jl
Implement fast multi-item append
Open
Nobody has claimed this yet.
- Dominant language
- Julia
- Stars
- 126
- Forks
- 33
- PR merge metrics
- No merged PRs in 30d
Description
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".
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the append entry point and tracing how it inserts one item at a time. Compare that path with adding multiple elements at once, then define completion around a faster multi-item append implementation and verify its behavior and performance with the project's existing checks.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100