Registry / utility / klauspost-readahead

klauspost-readahead

JSON →
library1.4.0gogounverified

Asynchronous read-ahead from an input io.Reader, making data available as an io.Reader.

go get github.com/klauspost/readahead
INSTALL
IMPORT
SIG · KLAUSPOST-READAHEA
K
klauspost-readahead
utilitygov1.4.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

readahead
github.com/klauspost/readahead

Read a file with asynchronous read-ahead.

package main import ( "io" "os" "github.com/klauspost/readahead" ) func main() { file, _ := os.Open("largefile.bin") defer file.Close() raReader := readahead.NewReader(file) defer raReader.Close() io.Copy(os.Stdout, raReader) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.4.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
klauspost-readahead — go get klauspost-readahead · libregistry