packed_integer_array

Crates.iopacked_integer_array
lib.rspacked_integer_array
version0.2.0
sourcesrc
created_at2018-12-31 16:26:17.036973
updated_at2019-01-01 12:31:50.254078
descriptionAn array of integers packed in varying bit-lengths which supports random access
homepage
repositoryhttps://github.com/DarkOtter/packed-integers-rs
max_upload_size
id104716
size47,332
(DarkOtter)

documentation

README

Packed Integer Array

Build status Latest version Documentation

This library provides an array of integers packed together in variable bit-lengths. It supports in-place random access as well as iterating through the whole array (unpacking).

See Also

The bitpacking crate provides a vectorised implementation of unpacking/packing routines similar to the ones used in this crate, and there is a possibility parts of this crate may be replaced by it in future for a speed increase when packing/unpacking.

Commit count: 32

cargo fmt