Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sunfish-shogi/bufseekio


https://github.com/sunfish-shogi/bufseekio

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

bufseekio
---------

bufseekio provides buffered I/O with io.Seeker interface.

### ReadSeeker

```go
// cache block size : 128KBytes
// cache block history: 4
r := bufseekio.NewReadSeeker(file, 128 * 1024, 4)
```