pub fn alp_encodability(values: &[f64]) -> f64Expand description
Check what fraction of values can be ALP-encoded at the best exponent.
Returns a value between 0.0 and 1.0. Values > 0.95 mean ALP is a good fit. Used by auto-detection to choose between ALP and Gorilla.