Skip to content

Reference implementations

Jacob Nelson edited this page Jun 2, 2015 · 7 revisions

This page lists implementations of the GraphBench kernels:

                 BFS     SSSP     PageRank     TriangleCounting     BC
Grappa            *       *          *      
Hadoop            *                  *                *     
Green Marl        *       *          *                *              *
GraphLab          *       *          *                *
Giraph                    *          *                *              *
Single-threaded   *       *          *                *              *
PGX-Oracle        *       *          *                *              *

You'll find these reference implementations here: https://github.com/uwsampa/graphbench/tree/master/benchmark

Clone this wiki locally