Skip to content

Instantly share code, notes, and snippets.

@bsipos
Created March 29, 2020 14:30
Show Gist options
  • Save bsipos/f4be2d1a853424099246f27dc92c7ec6 to your computer and use it in GitHub Desktop.
Save bsipos/f4be2d1a853424099246f27dc92c7ec6 to your computer and use it in GitHub Desktop.
// bufio
import "github.com/klauspost/readahead"
// ...
// Create new readahead buffered reader:
reader, err := readahead.NewReaderSize(fh, 100, buffSize)
checkError(err)
// ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment