home *** CD-ROM | disk | FTP | other *** search
/ ftp.cs.arizona.edu / ftp.cs.arizona.edu.tar / ftp.cs.arizona.edu / tsql / fastIO / README < prev   
Text File  |  1994-02-18  |  986b  |  23 lines

  1. The file "fastIO.tar.Z" contains C code for several algorithms that
  2. translate Gregorian dates to and from a 64-bit timestamp.  These
  3. algorithms explore a range of time and space tradeoffs.  We also
  4. compared these algorithms with similar routines found in Unix, the
  5. Localtime public domain suite that can replace the Unix routines, and
  6. the Gnu time library.  All of those tests are also located here.  The
  7. ftpable document "reports/1993/TR93-01.ps.Z" describes everything in
  8. much greater detail.
  9.  
  10. To use this code you will need the Gnu compiler, version 2.0 or more,
  11. or some other C compiler that supports 64-bit integers (a long long).
  12. You will also need approximately 4MB of disk space for the source
  13. code, object files, and executables.  The file "fastIO.tar.Z" only
  14. contains the C code, Makefiles, and READMEs.
  15.  
  16. For more information or if you have questions, please contact
  17. curtis@cs.arizona.edu.
  18.  
  19. Curtis Dyreson
  20. Department of Computer Science
  21. University of Arizona
  22. Tucson, AZ 85721
  23.