Skip to content

Releases: jlechem/filesort

v4.0.0

Choose a tag to compare

@jlechem jlechem released this 04 Mar 17:57

This is the version 4.0.0 release for filesort. This is a major re-write of the application both behind the scenes in the code as well as the user interface. The loading, sorting, and writing algorithms have been revamped. The user interface now uses a more standard linux/unix style with dashed parameters.

v3.0.0

Choose a tag to compare

@jlechem jlechem released this 26 Feb 05:07

Filesort has been upgraded to use nothing but the newest supported C++ 17 standards. Speed in reading file data and sorting has been improved as well.

v2.0.0

Choose a tag to compare

@jlechem jlechem released this 06 Feb 21:36

A long overdue upgrade of the filesort program. Upgraded to the Windows 10 SDK and Visual Studio 2017 toolkits. Also converted all code to use STL strings which are standard practice now a days.