ruby-sequel-pg

Faster SELECTs when using Sequel with pg
  https://github.com/jeremyevans/sequel_pg
  0
  no reviews



Sequel_pg overwrites the inner loop of the Sequel postgres adapter row fetching code with a C version. The C version is significantly faster (2-6x) than the pure ruby version that Sequel uses by default.