Skip to content

pdanilov/external_sorting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

External merge sorting

This repo provides util for lexicographical file contents sorting for file sizes potentially too big to ensure fitting into RAM

Pre-requisites:

  • python >= 3.5 (for type hints support)
  • tqdm

Example of usage:

python generate.py 1KK.txt --num-lines 1000000 --max-length 1000
python sort.py 1KK.txt 1KK_sorted.txt

About

External merge sorting for text files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages