ruby-sequel_pg-1.6.4 – faster SELECTs when using ruby-sequel with ruby-pg
Description
sequel_pg overwrites the inner loop of the databases/ruby-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.