RubyGems Navigation menu

sort_index 0.1.0

Description ==

Proof of concept to maintain a file with sorted and unique values. This could be helpful for building building indexes.

Range#bsearch is used to determine if a line is already in the file and to determine where a line should be inserted. This means Ruby 2.0 is required.

Gemfile:
= Copy to clipboard Copied!

install:
=

Versions:

  1. 0.1.2 - December 27, 2015 (8.5 KB)
  2. 0.1.1 - December 26, 2015 (8.5 KB)
  3. 0.1.0 - December 26, 2015 (8.5 KB)

Development Dependencies (4):

bundler ~> 1.10
pry ~> 0.10.3
rake ~> 10.0
rspec ~> 3.2.0

Owners:

Authors:

  • Scott Pierce

SHA 256 checksum:

0a844f4f55fe147a19acda2bc60cdf25f8fce1922f8c1b4ac2da5ac33acf7226

Total downloads 6,639

For this version 1,904

License:

MIT

Required Ruby Version: >= 2.0.0

Links: