Sha256: 6b4e03037e2545b0870da0a854bad8ad78a38d6c155ec636ecf2662f46bf763a
Contents?: true
Size: 1.13 KB
Versions: 1
Compression:
Stored size: 1.13 KB
Contents
= Record Search 1.1 == What is recordsearch? What Record Search does is a binary search on a file. An index is created as a first step before any search can be done. The content of the file consists of records of variable size and it's up to you how to supply a method to read a record from the file. == Basic Usage Read about it on http://recordsearch.rubyforge.org == Author Luis Parravicini (lparravi@gmail.com) == Software License This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program (see the file called License.txt); if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
recordsearch-1.1.0 | README.txt |