avvmoto / buf-readeratLinks
Package buf-readerat implements buffered io.ReaderAt. It wraps an io.ReaderAt object, creating another io.ReaderAt object that also implements the interface but provides buffering.
☆20Updated last year
Alternatives and similar repositories for buf-readerat
Users that are interested in buf-readerat are comparing it to the libraries listed below
Sorting:
- ☆101Updated 10 months ago
- ☆54Updated 7 years ago
- This package helps to work with huge amount of data, which cannot be stored in RAM☆43Updated 3 years ago
- golang.org/x/crypto/ssh the next generation: provide idle timeouts, avoid memory leaks, and gracefully cancel connections☆26Updated 4 years ago
- Levenshtein distance and similarity metrics with customizable edit costs and Winkler-like bonus for common prefix.☆91Updated 5 years ago
- WebAssembly runtime for wasmer-go☆113Updated 3 years ago
- 2D locality queries in Go☆34Updated 5 months ago
- Native Go XZ decompression package☆82Updated 5 years ago
- A Golang library for dumping SQL text☆41Updated 2 years ago
- cross-platform Golang helpers for reading password input without cgo☆117Updated last year
- ☆50Updated 4 years ago
- Golang: contex-aware synchronization primitives (mutex).☆36Updated last year
- Support for Unix domain sockets in Go HTTP clients☆84Updated 2 months ago
- Promise to the Go compiler that your Reads and Writes are well-behaved☆59Updated 6 years ago
- Reference implementations for golang/go#38203 and golang/go#19367.☆27Updated 4 years ago
- importable versions of parts of the Go standard library☆50Updated 3 years ago
- Package vfs provides an abstraction of the os and io packages that is easy to test.