cri-o/vendor/github.com/docker
Antonio Murdaca b211061016
copy using bytes pools
Vendor and use docker/pkg/pools.
pools are used to lower the number of memory allocations and reuse buffers when
processing large streams operations..

The use of pools.Copy avoids io.Copy's internal buffer allocation.
This commit replaces io.Copy with pools.Copy to avoid the allocation of
buffers in io.Copy.

Signed-off-by: Antonio Murdaca <runcom@redhat.com>
2017-06-12 12:53:23 +02:00
..
distribution vendor: remove dep and use vndr 2017-06-07 00:04:21 +02:00
docker copy using bytes pools 2017-06-12 12:53:23 +02:00
go-connections vendor: remove dep and use vndr 2017-06-07 00:04:21 +02:00
go-units vendor: remove dep and use vndr 2017-06-07 00:04:21 +02:00
libtrust vendor: remove dep and use vndr 2017-06-07 00:04:21 +02:00
spdystream vendor: remove dep and use vndr 2017-06-07 00:04:21 +02:00