Skip to content

SpinningVinyl/BitArray

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

BitArray

This is my implementation of a packed array of bits in Java.

DO NOT USE IT FOR REAL PROJECTS! Use Java's built-in BitSet class instead. This was purely an educational thing for me.

The repo also includes a small example program using this class which implements the famous "Sieve of Eratosphenes" algorithm.

License

This project is licensed under the terms of the MIT license.

About

A Java implementation of a packed array of bits.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages