modulepackage
0.0.0-20161222183148-eaceba169032
Repository: https://github.com/google/readahead.git
Documentation: pkg.go.dev
# README
readahead
This is not an official Google product
readahead is a package that provides readers that enable concurrent reads from seekable or compressed files. It's useful when reading from a network file system (like Google Cloud Storage).
To install: go get github.com/google/readahead
For information on use, see the godoc.
# Functions
NewConcurrentReader creates a new reader with the specified chunk size and number of workers.
NewReader creates a readahead reader.