db_binary_search 1.1.1
An Active Support concern extending Active Record with the ability to binary search a table for use with non-indexed, sorted tables. The gem allows you to avoid slow database scans if you have an auto-incrementing primary key running in parallel with a column which you want to search.
Gemfile:
=
install:
=
Runtime Dependencies (1):
activerecord
>= 4.0
Development Dependencies (7):
bundler
~> 1.14
byebug
>= 0
codecov
>= 0
rake
~> 10.0
rspec
~> 3.0
rspec-mocks
>= 0
sqlite3-ruby
>= 0