Eiffel-mmap 0.1 * General information Eiffel-mmap is an Eiffel interface to mmap system call to map files into memory. The file is accessed via string operations rather than through I/O library function calls and input buffers. This is normally much faster because it uses the same virtual memory management mechanism as the operating system itself. * Compilation To compile the C-library type the following: ./configure make To compile the Eiffel example type the following: make -f Makefile.se * Licensing Eiffel-mmap is released under the terms of the LGPL license, read the file COPYING.LIB for more information. * Requirements - SmallEiffel http://SmallEiffel.loria.fr * Author Copyright (c) 1999, Pirmin Kalberer http://sourcepole.ch/sources/programming/eiffel-libs/index.xml#emmap $Date: 2002/08/22 15:02:10 $