Skip to content

An implementation of Two Phase Merge Sort, to sort extremely large text files using limited RAM. Developed in Python 3 and C++.

License

Notifications You must be signed in to change notification settings

ronitray95/two_phase_sort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Two phase merge sort

Compliation and execution

Compile with g++ -std=c++14 -o tpms main.cpp Execute with ./tpms <input_file> <output_file> <memory_to_use> [no_of_threads] <asc/desc> <list_of_columns (space separated)>

For single threaded execution, no need to enter anything in [no_of_threads]

About

An implementation of Two Phase Merge Sort, to sort extremely large text files using limited RAM. Developed in Python 3 and C++.

Topics

Resources

License

Stars

Watchers

Forks