Postman's Sort
Postman's Sort is a LINEAR TIME general purpose file sorting program
for PC compatible computers. Incorporating this program in your
applications can save you time, money and guarantee high performance
in your applications that do sorting.
-
Typically two to four times as fast other sorting programs.
For example, a file of 100,000 records each 180 bytes long
can be sorted in 4 seconds on a 200MHz Pentium Pro.
-
Runs standalone or called from another program
-
No limit on file size
-
Fixed, Variable, and Data Delimited file types
-
Field types accommodated include alphabetic, signed and unsigned binary,
packed decimal, ascii numeric, ieee floating point among others.
-
Flexible and Natural specification of sorting fields and collating
sequences from command line or command file.
-
All versions exploit all available system memory to minimize sorting time.
-
Can be used as a standalone sorting utility, called from another
program, called as a subroutine or called as a co-routine.
The Postman's Sort is especially useful on LARGE files where
time saved is the greatest.
Versions are available for DOS, Windows 3.1, Win/95/98/NT, OS/2
and UNIX. To view the manual for a particular version, click the corresponding
button below:
DOS
-
- psort.exe for traditional 16 bit dos systems
- psort3.exe uses 32 bit instructions and extended memory
OS/2
-
- psortos2.exe is a console mode OS/2 program
Windows 3.1
-
- psortw.exe is a command line windows program
- psortw.dll is a DLL that you call from your C/C++ and Visual
Basic programs.
Windows 95/98/NT
-
- psortnt.exe is a console mode program. It uses all the
capabilities of the Win 32 system.
- psortwnt.exe is a command line GUI program. It uses the
psortnt.dll. The source to this C language source for this
program is included as example of how to call the psortman's
Sort DLLS.
- psortnt.dll can be called from your own C/C++ and Visual Basic
programs. Sample programs are included.
- this version will run under Windows 3.1 if the Microsoft
Win32s
package is installed.
UNIX
-
Back to Home Page