rust-postgres/tokio-postgres
Erik Johnston b7215c60d9 Split State into two.
There is no reason for the buffer and typeinfo caches to share the same
lock. By splitting them it means we a) get slightly better performance,
but more importantly b) it makes it harder to accidentally deadlock.
2021-05-14 15:20:36 +01:00
..
benches Upgrade to tokio 0.3 2020-10-17 09:49:45 -04:00
src Split State into two. 2021-05-14 15:20:36 +01:00
tests/test rustfmt 2021-03-28 20:31:59 -04:00
Cargo.toml Release v0.7.2 2021-04-25 10:52:25 -04:00
CHANGELOG.md Release v0.7.2 2021-04-25 10:52:25 -04:00
LICENSE-APACHE Release tokio-postgres v0.4.0-rc.1 2019-03-05 21:35:46 -08:00
LICENSE-MIT Release tokio-postgres v0.4.0-rc.1 2019-03-05 21:35:46 -08:00