Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
-
None
Description
Current implementation uses two kinds of buffers: DataBuffer<T> and children of Buffer class. The former can use a custom memory pool for allocation, while the latter is more similar to asio::buffer. We need to converge to a single buffer design that has both of these traits.