Skip to content

slfotg/prime-sieve

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

prime-sieve

Build Status Alert Status Bugs Coverage Technical Debt

An implementation of a prime sieve in Java.

The algorithm used is a modified version Sieve of Eratosthenes called Wheel Factorization. Modulus operations were attempted to be minimized. The prime collection is also backed by a BitSet to minimize memory needed to hold all primes. This does not work well after about 1 billion.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages