Initial stab at a buffer pool

This commit is contained in:
Carl Lerche
2016-07-20 22:47:41 +02:00
parent dc25c7564e
commit 1c2234f7fe
5 changed files with 342 additions and 0 deletions
+2
View File
@@ -2,12 +2,14 @@ use rand::random;
extern crate bytes;
extern crate rand;
extern crate byteorder;
mod test_buf;
mod test_buf_fill;
mod test_buf_take;
mod test_byte_buf;
mod test_bytes;
mod test_pool;
mod test_ring;
mod test_rope;
mod test_seq_byte_str;