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

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.

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`.