Skip to content

antonmks/nvSort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to nvsort - file sort on gpu

How to build?

Run make

How to use it ?

Examples :

./nvsort myfile.txt

./nvsort -t "|" -k 16 myfile.txt // sort file myfile.txt alphabetically on field 16 using | as separator

./nvsort -t "|" -k 1n myfile.txt // sort file myfile.txt numerically on field 1 using | as separator

./nvsort -t "|" -k 1 -k 16 myfile.txt // sort file myfile.txt numerically on fields 1 and 16 using | as separator

./nvsort -t "|" -r -k 1 -k 16 myfile.txt // reverse sort file myfile.txt numerically on field 1 using | as separator

I tested it on Linux Ubuntu 16.04 and Windows 10 with the latest VisualStudio

About

gpu file sort

Resources

License

GPL-3.0, GPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE
GPL-3.0
gnu_license_v3.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published