Skip to content

zezhongding/S5P

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Skewness-aware Vertex-cut Partitioner (S5P)

The implementation of S5P.

Installation

We tested the program (main) on Ubuntu 20.046 LTS.

The programs require the below packages: g++, cmake, glog, gflags, boost:

sudo apt-get install libgoogle-glog-dev libgflags-dev libboost-all-dev cmake g++

Build Programs

#C++
cd cpp
mkdir build && cd build
cmake ..
make
#java
cd Java
#Details in Java Folder

Usage

Parameters:

  • filename(inputGraphPath): path to the edge list file
  • Vcount: $|V|$
  • Ecount: $|E|$
  • batchsize: default: 1000
  • k: the number of partitions
  • $tao$($\beta$): Skewness coefficient

Data sets used in the paper

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 52.9%
  • C++ 46.5%
  • Other 0.6%