rust-postgres/postgres-types
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
Cargo.toml Use BytesMut for messages 2019-10-12 16:30:27 -07:00