JuliaGraphs / JuliaGraphs/SimpleWeightedGraphs.jl
Faster `inneighbors`?
Nobody has claimed this yet.
- Dominant language
- Julia
- Stars
- 41
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
At the moment, inneighbors allocates for SimpleWeightedDiGraph (see https://github.com/JuliaGraphs/SimpleWeightedGraphs.jl/pull/14#discussion_r1006630039)
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 reading the inneighbors implementation for SimpleWeightedDiGraph and the linked pull request discussion about its allocation. Determine what allocation is occurring and how the operation's behavior and performance should be verified. Done means preserving inneighbors behavior while addressing the reported allocation and demonstrating the result with an appropriate measurement.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- data
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100