incubator-hugegraph-computer
incubator-hugegraph-computer copied to clipboard
[Feature] Implement parallel input process
Feature Description (功能描述)
When we buffer write receiver's partition file to vertexFile and edgeFile maintained by FileGraphPartition. We can implement parallel write.
https://github.com/apache/incubator-hugegraph-computer/blob/f7d10a845de68cd84fe01f247b8fc3d887edbb67/computer-core/src/main/java/org/apache/hugegraph/computer/core/compute/ComputeManager.java#L75-L87