alibaba / alibaba/GraphScope

In pregel programming model, how does the static method Combine work

Open
#3,783 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
3.6k
Forks
468
Avg merge
29m
Merged PRs (30d)
1

Description

I check your document "06_writing_your_own_algorithms.ipynb", it says
```
### 可选的 Combiner 函数
我们可以定义一个 Combiner 以减少消息通信的开销,注意这个 Combiner 函数是可选的,您也可以不实现。
```
It's unclear for me, how to correctly define a Combiner in detail, and how to use it in the static method Compute?
Thanks for your attention and help, looking forward to your reply

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.