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
- Host: GitHub
- URL: https://github.com/knu/ruby-mmap
- Owner: knu
- Created: 2009-05-13T06:32:54.000Z (about 17 years ago)
- Default Branch: master
- Last Pushed: 2009-10-30T04:04:35.000Z (over 16 years ago)
- Last Synced: 2025-03-25T14:51:15.971Z (about 1 year ago)
- Language: C
- Homepage: http://moulon.inra.fr/ruby/mmap.html
- Size: 123 KB
- Stars: 25
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.en
- Changelog: Changes
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