Skip to content

java.util.BitSet modifications to make it reach max index bit. By having int based interface BitSet can't reach `Ingeter.MAX_VALUE << 6` bits.

Notifications You must be signed in to change notification settings

juanmf/LongBitSet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LongBitSet

java.util.BitSet modifications to make it reach max index bit. By having int based interface BitSet can't reach Ingeter.MAX_VALUE &lt;&lt; 6 bits.

This class is used to try to maximize the number of prime numbers mapped by CoprimeHarmonicsLongBitSet.java were a new prime numbers sieve is implemented per article The dynamic of prime numbers of my authorship.

About

java.util.BitSet modifications to make it reach max index bit. By having int based interface BitSet can't reach `Ingeter.MAX_VALUE << 6` bits.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages