The Algorithm Design Manual
About the Book
Programming Challenges

The Stony Brook Algorithm Repository

Steven Skiena
Stony Brook University
Dept. of Computer Science

Ordinal Technology: Nsort


Nsort is a sort/merge program that can quickly sort large amounts of data, using large numbers of processors and disks in parallel. Unique in its CPU efficiency, Nsort is the only commercial sort program to demonstrate:

* 1 Terabyte sorts (33 minutes) * 1 Gigabyte/sec file read and write rates


  • Offical Site

    Problem Links

      
    Sorting (9)



    This page last modified on 2008-07-10 .
    www.algorist.com