Struct stream_vbyte::Scalar [] [src]

pub struct Scalar;

Encoder/Decoder that works on every platform, at the cost of speed compared to the SIMD accelerated versions.

Trait Implementations

impl Encoder for Scalar
[src]

[src]

Encode complete quads of input numbers. Read more

impl Decoder for Scalar
[src]

[src]

Decode encoded numbers in complete quads. Read more