CMU Artificial Intelligence Repository
 
   
   
   
   
  
Fast_IO: Code and discussion of fast file IO in Lisp.
lang/lisp/code/io/fast_io/
A common complaint about Lisp implementations is that the file I/O
is slow. Although the Lisp standard does not provide primitives for
reading and writing blocks of data, it is possible to do this in most
Lisp implementations. This package gives an example of how to do this.
When data is read and written in this manner, the speed of file i/o
approaches that of C programs.
Copying:      Public Domain.
CD-ROM:       Prime Time Freeware for AI, Issue 1-1
Author(s):    Thomas Kirk 
Keywords:
   Authors!Kirk, IO, Input, Lisp!IO, Output, Public Domain
References:   ?
Last Web update on Mon Feb 13 10:29:52 1995 
AI.Repository@cs.cmu.edu