# Functions

NewBatcher creates and initializes a new Batcher instance applying the specified options.
WithCapacity changes the initial capacity of the points buffer.
WithEmitCallback sets the function called when a new batch is ready with the batch of points.
WithReadyCallback sets the function called when a new batch is ready.
WithSize changes the batch-size emitted by the batcher.

# Constants

DefaultBatchSize is the default number of points emitted.
DefaultCapacity is the default initial capacity of the point buffer.

# Structs

Batcher collects points and emits them as batches.

# Type aliases

Option to adapt properties of a batcher.