Git Product home page Git Product logo

Comments (4)

imbajin avatar imbajin commented on June 15, 2024

Thank you for your willingness to use and contribute. The community welcomes everyone to join and provides relevant contextual references

Some refer:

from incubator-hugegraph.

rewangz avatar rewangz commented on June 15, 2024

Thank you for your willingness to use and contribute. The community welcomes everyone to join and provides relevant contextual references

Some refer:

似乎computer是基于分布式实现的(这会使更新每个被扩展的节点),而s-t最短路径一般情况下并不会实际上扩展如此多的节点。而分布式对于实现全部节点的单源最短路径更加适合(neo4j的gds中s-t也只有单线程实现,并且有非常好的效果)。我的方法是优化数据结构来扩展速度而并非分布式计算来加速,而computer是基于分布式框架的,因此我想知道我应该如何选择:

  1. 我应该在computer中实现单机算法
  2. 将我到代码提交到server
  3. 利用数据结构优化computer已经提交的分布式算法(https://github.com/apache/incubator-hugegraph-computer/issues/283)

这也是我这几天一直在纠结的问题。

from incubator-hugegraph.

simon824 avatar simon824 commented on June 15, 2024

Hi @rewangz , I think you can first commit your code according to your own mind. During the code review, the reviewers will provide more reasonable suggestions and then you can improve it based on that feedback. It will be more convenient for everyone. As for the computer side, you can optimize it after completing this server pr if you are interested in it.

By the way, it is recommended to communicate in English in Apache projects and thank you for your contribution.

from incubator-hugegraph.

simon824 avatar simon824 commented on June 15, 2024

Hi @rewangz , how's it going? if u need any help, just contact me via WeChat: shirning

from incubator-hugegraph.

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.