Skip to main content

Module estimate

Module estimate 

Source
Expand description

Memory estimation for resource planning.

Structs§

LinearEstimator
A linear memory estimator (bytes_per_element * count + overhead).
MemoryEstimate
Memory estimate for a workload.

Traits§

MemoryEstimator
Trait for types that can estimate their memory requirements.

Functions§

format_bytes 🔒
Formats bytes as human-readable string.