sort_index 0.1.1
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.