You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Create a distributed implementation of graph loading, where each worker loads part of the same graph.
Lazygraph
that subclassesFastgraph
that replaces the whole initialization process within the preprocessor.The text was updated successfully, but these errors were encountered: