Skip to main content

classify_int_seq

Function classify_int_seq 

Source
pub fn classify_int_seq(data: &[i64]) -> CompressibilityReport
Expand description

Classify an integer sequence (numeric data, not bytes) by its compressibility class, measured against the plain varint encoding — so a linear recurrence (Fibonacci-class) is recognized as a closed-form Generated program even though it grows past byte range.