Commit Graph

5 Commits

Author SHA1 Message Date
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
Steven Fackler
01cc7e4715 Clean up derived code 2019-10-10 16:03:48 -07:00
Steven Fackler
e62fe3d7c3 Migrate postgres-derive to 2018 2019-10-10 15:26:30 -07:00
Steven Fackler
e69f1583c8 cfail tests for derive 2019-10-10 15:21:45 -07:00
Steven Fackler
218d889042 Move postgres-derive in-tree 2019-10-09 19:23:12 -07:00