Incremental Vertex Processing Boosts PageRank Update Efficiency on Dynamic Graphs
hackernoon.comDynamic Frontier enhances PageRank updates on evolving graphs by incrementally processing only the affected vertices after edge insertions or deletions. This approach minimizes computational overhead, outperforming Static, Naive-dynamic, and Dynamic Traversal methods by up to 7.8× on parallel systems. It achieves an average performance boost of 1.8× with each doubling of threads, making it highly efficient for large-scale, dynamic datasets.
Table of Links
5.2 Performance of Dynamic Frontier PageRank
5.3 Strong Scaling of Dynamic Frontier PageRan
6 Conclusion, Acknowledgments, and References
ABSTRACT
![](https://hackernoon.imgix.net/images/fWZa4tUiBGemnqQfBGgCPf9594N2-sk83v6z.png?auto=format&fit=max&w=1080)
KEYWORDS
Parallel PageRank algorithm, Dynamic Frontier approach
1. INTRODUCTION
PageRank [19] is an algorithm that measures the importance of nodes in a network by assigning numerical scores based on the structure of links. It finds applications in ...
Copyright of this story solely belongs to hackernoon.com . To see the full text click HERE