[][src]Module gibbon::double_stream_lead_trail

This module provides a compressor for f64s by looking at the XOR between consecutive values.

This is similar to DoubleStream except it uses the number of leading bits and meaningful bits to keep a non-shrinking window. The only time The window changes is for explict changes.

Re-exports

pub use stream::Writer;
pub use stream::Reader;

Structs

DoubleStreamLeadTrail

Enums

DoubleStreamStateLeadTrail