ioutil
`ioutil` has been deprecated by golang. All the code in `ioutil` just forwards functionality to code in either the `io` or `os` packages. See https://github.com/golang/go/pull/51961 for more info. Signed-off-by: Jeff Widman <jeff@jeffwidman.com>
The benchmarks were deleted in #2640 but we could use that to evaluate zstd further. Signed-off-by: Kazuyoshi Kato <katokazu@amazon.com>