Giter Site home page Giter Site logo

Comments (10)

nrkramer avatar nrkramer commented on May 24, 2024 2

As a follow-up, since the PR was merged, I think this is a good addition. Thanks for working on this @sbaldu

from cxxgraph.

nrkramer avatar nrkramer commented on May 24, 2024 1

So now the nodeSet becomes a member of the graph class, and when we create edges we also add the corresponding nodes to the nodeSet. Correct?

Yes, that seems like a reasonable solution.

from cxxgraph.

nrkramer avatar nrkramer commented on May 24, 2024

@ZigRazor Would you mind finding someone else to work on this one? I have enough on my plate right now

from cxxgraph.

ZigRazor avatar ZigRazor commented on May 24, 2024

Good new feature.
I think someone can take this I pin it!

from cxxgraph.

sbaldu avatar sbaldu commented on May 24, 2024

I can take this one

from cxxgraph.

sbaldu avatar sbaldu commented on May 24, 2024

@ZigRazor @nrkramer So now the nodeSet becomes a member of the graph class, and when we create edges we also add the corresponding nodes to the nodeSet. Correct?

from cxxgraph.

ZigRazor avatar ZigRazor commented on May 24, 2024

We need to try to minimize the overhead, or the max number of edge in the graph will be ever smaller.

from cxxgraph.

sbaldu avatar sbaldu commented on May 24, 2024

So now the nodeSet becomes a member of the graph class, and when we create edges we also add the corresponding nodes to the nodeSet. Correct?

Yes, that seems like a reasonable solution.

The PR is almost ready, but I was thinking, do you think that it would be better to keep the nodeSet as it was before, and implement a nodeSet member that only contains isolated nodes, which we'd add with addNode? And when we use getNodeSet we just merge the usual nodeSet with the isolated nodes.
In this way we would allow the use of isolated nodes without slowing down the code.

from cxxgraph.

ZigRazor avatar ZigRazor commented on May 24, 2024

This could be a valuable possibility, for me it's the best solution. What do you think @nrkramer ?

from cxxgraph.

sbaldu avatar sbaldu commented on May 24, 2024

This could be a valuable possibility, for me it's the best solution. What do you think @nrkramer ?

Ok, I'll rewrite it in this way then. Thanks

from cxxgraph.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.