Skip to content

Latest commit

 

History

History
18 lines (18 loc) · 467 Bytes

README.md

File metadata and controls

18 lines (18 loc) · 467 Bytes

io.Copy vs io.CopyBuffer benchmark; run with:

go test -bench .

Results:

> go test -bench .
goos: windows
goarch: amd64
pkg: iocpb
BenchmarkIoCopy-4                         200000              8295 ns/op
BenchmarkIoCopyBufferWithPool-4          2000000               609 ns/op
BenchmarkIoCopyBuffer-4                  3000000               534 ns/op
PASS
ok      iocpb   5.786s

Related: