Blameying / partitioner

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

partitioner

Introduction

When I wanted to improve the performance of it, I used some tricks which make the logic more complex and leaves some potential bugs. So I only expose the ratio parameter. As for the coasening size and the counts FM should loop, they are fixed in the program, I will try to change this after the submission.

Usage:

partitioner 0.5 path/to/100.txt

The 0.5 is the ratio.

Building

mkdir build && cd build
cmake ..

if you want to show more infomation(it's too more)

cmake -DDEBUG=1 ..

Dependencies

About


Languages

Language:C++ 98.1%Language:CMake 1.9%