Skip to content

HeinerKuecker/Bit-packed-array-Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bit packed array in Java

Java classes to store data with a width that is not an integer multiple of 8 saving memory in an array of int (32 bit) or long (64 bit).

There are methods for setting and retrieving values with or without a sign and copying blocks such as java.lang.System#arraycopy.

This repository contains an Eclipse project BIT_PACKED_ARRAY with the associated files.

The Unit tests run in JUnit4.

About

Java classes to store data with a width that is not an integer multiple of 8 saving memory in an array of int (32 bit) or long (64 bit)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages