Package com.google.code.externalsorting


package com.google.code.externalsorting
  • Interface Summary
    Interface
    Description
    General interface to abstract away BinaryFileBuffer so that users of the library can roll their own.
  • Class Summary
    Class
    Description
    This is essentially a thin wrapper on top of a BufferedReader...
    Goal: offer a generic external-memory sorting program in Java.
    Simple class used to estimate memory usage.