An open API service indexing awesome lists of open source software.

https://github.com/knu/ruby-mmap

Ruby bindings for Unix mmap(2) by Guy Decoux
https://github.com/knu/ruby-mmap

Last synced: about 1 year ago
JSON representation

Ruby bindings for Unix mmap(2) by Guy Decoux

Awesome Lists containing this project

README

          

The Mmap class implement memory-mapped file objects

* Installation

ruby extconf.rb
make
make install

* Documentation

make rd2
make rdoc
make ri

See mmap.rd, mmap.html

* Tests : if you have rubyunit

make test

* Copying

This extension module is copyrighted free software by Guy Decoux

You can redistribute it and/or modify it under the same term as
Ruby.

Guy Decoux