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

https://github.com/joeycumines/go-microbatch

Package microbatch groups tasks into small batches, e.g. to reduce the number of round trips.
https://github.com/joeycumines/go-microbatch

asynchronous batch-processing concurrency efficiency error-handling go golang job-queue microbatch parallel-processing performance-optimization real-time-processing resource-optimization scalability server-side task-management task-manager task-scheduling time-management

Last synced: 12 months ago
JSON representation

Package microbatch groups tasks into small batches, e.g. to reduce the number of round trips.

Awesome Lists containing this project

README

          

# go-microbatch

Package microbatch groups tasks into small batches, e.g. to reduce the number
of round trips.

See the [docs](https://pkg.go.dev/github.com/joeycumines/go-microbatch) for
example usage.

See also
[github.com/joeycumines/go-longpoll](https://github.com/joeycumines/go-longpoll),
for a similar, lower-level implementation, e.g. if you require more control
over the batching or concurrency behavior.