Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Distributed graph loading #23

Open
maniospas opened this issue Jun 8, 2024 · 0 comments
Open

Distributed graph loading #23

maniospas opened this issue Jun 8, 2024 · 0 comments
Assignees
Labels

Comments

@maniospas
Copy link
Collaborator

Create a distributed implementation of graph loading, where each worker loads part of the same graph.

  • To support interoperability between backends, create a class of Lazygraph that subclasses Fastgraph that replaces the whole initialization process within the preprocessor.
  • This might require backend-agnostic preprocessing while disabling certain customiazations of the preprocessing. Getting to execute things in a distributed backend is the trade-of.
  • Create a table of graph types with advantages and disadvantages in the docs.
@maniospas maniospas added this to the Distributed backend milestone Jun 8, 2024
@maniospas maniospas self-assigned this Jun 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant