Skip to content

akrohit/primes

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This Haskell library provides an efficient lazy wheel sieve for prime
generation ispired by "Lazy wheel sieves and spirals of primes" [1] by
Colin Runciman and "The Genuine Sieve of Eratosthenes" [2] by Melissa
O'Neil.

[1]: <http://www.cs.york.ac.uk/ftpdir/pub/colin/jfp97lw.ps.gz>
[2]: <http://www.cs.hmc.edu/~oneill/papers/Sieve-JFP.pdf>