Skip to content

A rust library providing a way to pack integers into variable lengths with random access

License

Notifications You must be signed in to change notification settings

DarkOtter/packed-integers-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A rust library providing a way to pack integers into variable lengths with random access

Resources

License

Stars

Watchers

Forks

Packages

No packages published