Computing connected components (CC) is a core operation on graph data. Since billion-scale graphs cannot be resident in memory of a single machine, there have been proposed a number of distributed graph processing methods. The representative ones for CC are Hash-To-Min and PowerGraph. Hash-To-Min focuses on minimizing the number of MapReduce rounds, but is still slower than in-memory methods, PowerGraph is a fast and general in-memory graph method, but requires a lot of machines for handling billion-scale graphs. We propose an ultra-fast parallel method DSP-CC, using only a single PC that exploits secondary storage like a PCI-E SSD for handling billion-scale graphs. It can compute connected components I/O efficiently using only a limited si...
Detecting strongly connected components (SCCs) in a directed graph is a fundamental graph analysis a...
Current systems for graph computation require a distributed computing cluster to handle very large r...
Finding the connected components of a graph is a basic computational problem. In recent years, there...
Computing connected components is a core operation on graph data. Since billion-scale graphs cannot ...
A connected component in a graph is a set of nodes linked to each other by paths. The problem of fin...
There has been significant recent interest in parallel graph processing due to the need to quickly a...
Finding connected components is a fundamental task in applications dealing with graph analytics, suc...
© 2018, Springer Science+Business Media, LLC, part of Springer Nature. The paper studies three funda...
Abstract—We present techniques to process large scale-free graphs in distributed memory. Our aim is ...
The main advantages of Tarjan's strongly connected component (SCC) algorithm are its linear time com...
Large, complex graphs are increasingly used to represent unstructured data in scientific application...
The main advantages of Tarjan's strongly connected component (SCC) algorithm are its linear time com...
More and more large data collections are gathered worldwide in various IT systems. Many of them poss...
Abstract—Finding connected components in a graph is a well-known problem in a wide variety of applic...
In this paper we present deterministic parallel algorithms for the coarse-grained multicomputer (CGM...
Detecting strongly connected components (SCCs) in a directed graph is a fundamental graph analysis a...
Current systems for graph computation require a distributed computing cluster to handle very large r...
Finding the connected components of a graph is a basic computational problem. In recent years, there...
Computing connected components is a core operation on graph data. Since billion-scale graphs cannot ...
A connected component in a graph is a set of nodes linked to each other by paths. The problem of fin...
There has been significant recent interest in parallel graph processing due to the need to quickly a...
Finding connected components is a fundamental task in applications dealing with graph analytics, suc...
© 2018, Springer Science+Business Media, LLC, part of Springer Nature. The paper studies three funda...
Abstract—We present techniques to process large scale-free graphs in distributed memory. Our aim is ...
The main advantages of Tarjan's strongly connected component (SCC) algorithm are its linear time com...
Large, complex graphs are increasingly used to represent unstructured data in scientific application...
The main advantages of Tarjan's strongly connected component (SCC) algorithm are its linear time com...
More and more large data collections are gathered worldwide in various IT systems. Many of them poss...
Abstract—Finding connected components in a graph is a well-known problem in a wide variety of applic...
In this paper we present deterministic parallel algorithms for the coarse-grained multicomputer (CGM...
Detecting strongly connected components (SCCs) in a directed graph is a fundamental graph analysis a...
Current systems for graph computation require a distributed computing cluster to handle very large r...
Finding the connected components of a graph is a basic computational problem. In recent years, there...