e936f8c3a2
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. OK landry@
5 lines
219 B
Plaintext
5 lines
219 B
Plaintext
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.
|