Skip to content

Commit 6c83fe6

Browse files
authored
Update README.md
1 parent 0f8346d commit 6c83fe6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# StreamCPI: Framework for Streaming Graph Partitioning
2+
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
3+
24
## What is **StreamCPI**?
35
**StreamCPI** is a framework for reducing the memory consumption of streaming graph partitioners by **C**ompressing the array of block assignments
46
(**P**artition **I**ndices) used by such partitioners. In particular, StreamCPI utilizes run-length data compression to encode runs of repeating block assignments generated by the streaming partitioner on-the-fly.
@@ -93,4 +95,4 @@ To partition a generated RGG2D graph using StreamCPI, run
9395
./stream_cpi_generated <partition_output_filename> --k=<number of blocks> --rle_length=<mode> --kappa=<scaling factor> --rgg2d --nodes_to_generate=<n> --kagen_r=<radius of RGG graph generation> --kagen_chunk_count=<num. of chunks within which to generate graph>
9496
```
9597

96-
Please refer to https://github.com/adilchhabra/KaGen to learn more about the graph generation models and their corresponding parameters.
98+
Please refer to https://github.com/adilchhabra/KaGen to learn more about the graph generation models and their corresponding parameters.

0 commit comments

Comments
 (0)