Skip to content

Encode Java primitive types on a certain number of bits in order to reduce memory while keeping access constant.

Notifications You must be signed in to change notification settings

tpeyrard/Java-Bit-Encoding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Java-Bit-Encoding

Encode Java primitive types on a certain number of bits in order to reduce memory while keeping access constant.

Java-Bit-Encoding does not aim at compressing data as any value in the BitSet will be encoded on the same number of bits.

About

Encode Java primitive types on a certain number of bits in order to reduce memory while keeping access constant.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages