JuliaGraphs / JuliaGraphs/SimpleWeightedGraphs.jl

Faster `inneighbors`?

Open
#31 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.