Many applications store their data as flat files comprised of a number of records. These records can often be partially ordered, and it is often useful to sort them in that order. The files can be quite big and may not fit into available memory. The program demonstrates the algorithm that can sort such files. It uses multi-pass sort and scales according to the number of available CPU cores.
-
Notifications
You must be signed in to change notification settings - Fork 0
levmin/Sorter
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A multi-pass multi-threaded external file sorter.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published