Struct summavy_bitpacker::BlockedBitpacker
source · pub struct BlockedBitpacker { /* private fields */ }Expand description
BlockedBitpacker compresses data in blocks of
128 elements, while keeping an index on it
Implementations§
Trait Implementations§
source§impl Clone for BlockedBitpacker
impl Clone for BlockedBitpacker
source§fn clone(&self) -> BlockedBitpacker
fn clone(&self) -> BlockedBitpacker
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more