openbsd-ports/databases/ruby-sequel_pg/pkg/DESCR

5 lines
219 B
Plaintext
Raw Normal View History

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.