This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
mmap /
| name | age | message | |
|---|---|---|---|
| |
Changes | ||
| |
Manifest.txt | ||
| |
README.rdoc | ||
| |
Rakefile | ||
| |
b.rb | ||
| |
ext/ | ||
| |
lib/ | ||
| |
mmap.html | ||
| |
mmap.rd | ||
| |
test/ |
README.rdoc
Mmap
DESCRIPTION
The Mmap class implement memory-mapped file objects
SYNOPSIS
require 'mmap'
mmap = Mmap.new(__FILE__)
mmap.advise(Mmap::MADV_SEQUENTIAL)
mmap.each do |line|
puts line
end
Installation
gem install mmap
Documentation
rake docs
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>








