Expand description
Memory estimation for resource planning.
Structs§
- Linear
Estimator - A linear memory estimator (bytes_per_element * count + overhead).
- Memory
Estimate - Memory estimate for a workload.
Traits§
- Memory
Estimator - Trait for types that can estimate their memory requirements.
Functions§
- format_
bytes 🔒 - Formats bytes as human-readable string.