rust-postgres/tokio-postgres/tests/test
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
..
types Use BytesMut for messages 2019-10-12 16:30:27 -07:00
main.rs Clean up derived code 2019-10-10 16:03:48 -07:00
parse.rs Fix build 2019-03-04 22:22:51 -08:00
runtime.rs Overhaul query_portal 2019-10-08 17:22:56 -07:00