package
1.0.5
Repository: https://github.com/cockroachdb/replicator.git
Documentation: pkg.go.dev

# Functions

Batch is a helper to perform some operation over a large number of values in a batch-oriented fashion.
Mutation returns a slice of Size() capacity.
Size returns the default size for batch operations.
Window is a helper to perform some operation over a large number of values in a batch-oriented fashion, using the supplied batch size.

# Type aliases

The Release function must be called to return the underlying array back to the pool.