Linux Mint
My Places
Sign in
Community
Software
Users
Moderation
Beta Testing
ISO Images
Teams
ruby-sequel-pg
Faster SELECTs when using Sequel with pg
https://github.com/jeremyevans/sequel_pg
0
no reviews
Install
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.