https://github.com/zombiezen/batchio
Go library for converting a stream of bytes into batches of approximately equal time and space.
https://github.com/zombiezen/batchio
Last synced: 4 months ago
JSON representation
Go library for converting a stream of bytes into batches of approximately equal time and space.
- Host: GitHub
- URL: https://github.com/zombiezen/batchio
- Owner: zombiezen
- License: bsd-3-clause
- Created: 2022-08-22T23:48:25.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-20T16:13:43.000Z (over 2 years ago)
- Last Synced: 2025-04-03T08:31:08.799Z (9 months ago)
- Language: Go
- Size: 12.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `zombiezen.com/go/batchio` Package
The Go package `batchio` provides mechanisms for converting a stream of bytes
into batches of approximately equal time and space.
This provides a reasonable balance between throughput and latency.
## License
[BSD 3-Clause](LICENSE). This package was spun out from `github.com/yourbase/commons`.