Files
scylladb/net
Avi Kivity 2f103a8558 packet: reduce allocations for the fragment array
Instead of having an std::vector<> manage the fragment array,
allocate it at the end of the impl struct and manage it manually.

The result isn't pretty but it does remove an allocation.
2014-09-17 11:31:22 +03:00
..
2014-09-16 11:24:13 +03:00
2014-09-10 15:45:23 +03:00
2014-09-16 11:24:13 +03:00