rust-postgres/postgres
Steven Fackler 09a63d6255 Move to local runtimes per connection
This avoids a bunch of context switches and cross-thread
synchronization, which ends up improving the performance of a simple
query by ~20%, from 252us to 216us.
2019-12-03 18:25:29 -08:00
..
benches Move to local runtimes per connection 2019-12-03 18:25:29 -08:00
src Move to local runtimes per connection 2019-12-03 18:25:29 -08:00
Cargo.toml Move to local runtimes per connection 2019-12-03 18:25:29 -08:00
CHANGELOG.md Release postgres v0.17.0-alpha.2 2019-11-27 21:01:24 -05:00
LICENSE-APACHE Release postgres v0.16.0-rc.1 2019-04-06 20:59:01 -07:00
LICENSE-MIT Release postgres v0.16.0-rc.1 2019-04-06 20:59:01 -07:00