Struct gibbon::DoubleStreamLeadTrail [] [src]

pub struct DoubleStreamLeadTrail { /* fields omitted */ }

A DoubleStreamLeadTrail compresses f64 numbers by looking at the XOR between consecutive updates.

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.

Methods

impl DoubleStreamLeadTrail
[src]