Buffer copy_in messages

Otherwise there's a ton of overhead passing tons of tiny messages over
channels.
This commit is contained in:
Steven Fackler
2019-06-22 21:22:03 -07:00
parent d8842982b0
commit 4a5d30b4c6
4 changed files with 67 additions and 38 deletions

View File

@@ -1,4 +1,5 @@
#![warn(clippy::all)]
#![allow(clippy::write_with_newline)]
extern crate linked_hash_map;
extern crate marksman_escape;