An actor begins to create a batch as soon as requests are available in its queue, and completes the batch as soon as the maximum batch size is reached or the queue is empty.

TAKEAWAY: build each batch greedily

See also

References