cri-o/vendor
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
..
github.com copy using bytes pools 2017-06-12 12:53:23 +02:00
golang.org/x vendor: remove dep and use vndr 2017-06-07 00:04:21 +02:00
google.golang.org/grpc vendor: remove dep and use vndr 2017-06-07 00:04:21 +02:00
gopkg.in vendor: remove dep and use vndr 2017-06-07 00:04:21 +02:00
k8s.io vendor: remove dep and use vndr 2017-06-07 00:04:21 +02:00