stass / ruby-mmap

Ruby bindings for Unix mmap(2) by Guy Decoux

Home Page:http://moulon.inra.fr/ruby/mmap.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

 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 <ts@moulon.inra.fr>

About

Ruby bindings for Unix mmap(2) by Guy Decoux

http://moulon.inra.fr/ruby/mmap.html