Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sunfish-shogi/bufseekio
https://github.com/sunfish-shogi/bufseekio
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/sunfish-shogi/bufseekio
- Owner: sunfish-shogi
- License: mit
- Created: 2021-02-07T11:43:58.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-01T16:25:19.000Z (over 2 years ago)
- Last Synced: 2024-06-19T06:47:46.201Z (6 months ago)
- Language: Go
- Size: 4.88 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)
```