Module batch

Module batch 

Source
Expand description

Batch message processing utilities

This module provides utilities for efficient batch processing of messages.

Structs§

BatchProcessor
Batch processor for processing messages in groups
BatchStats
Statistics for batch processing
MessageBatch
Batch of messages for efficient processing

Functions§

group_by
Group messages by a key function
partition
Partition messages into two groups based on a predicate