Files
scylladb/net
Avi Kivity 48ba89f060 packet: optimize move()ing packets around
Move all data fields into an 'impl' struct (pimpl idiom) so that move()ing
a packet becomes very cheap.  The downside is that we need an extra
allocation, but we can later recover that by placing the fragment array
in the same structure.

Even with the extra allocation, performance is up ~10%.
2014-09-16 15:50:35 +03:00
..
2014-09-11 11:51:16 +03:00
2014-09-16 11:24:13 +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