rust-postgres/tokio-postgres
Steven Fackler ffd7245e54 Use BytesMut for messages
Benchmarks indicate that malloc accounts for a significant amount of the
runtime of queries. The message buffer accounts for ~half of that (the
other being channels), and this change should eliminate it.
2019-10-12 16:30:27 -07:00
..
src Use BytesMut for messages 2019-10-12 16:30:27 -07:00
tests/test Use BytesMut for messages 2019-10-12 16:30:27 -07:00
Cargo.toml Fix tests 2019-10-07 17:18:00 -07:00
CHANGELOG.md Release postgres v0.16.0-rc.2 2019-06-29 21:43:50 -07: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