git clone https://github.com/mgsergio/ExternalSort.git
cd ExternalSort
git submodule update --init
mkdir build && cmake --chdir build cmake .. && cmake --build build --target
cd build && ctest --output-on-failure
build/src/sortfile --help
- [ ] In-memory sort file by parts before running mergeSort
- [ ] Add benchmarks