gosieve
gosieve copied to clipboard
An efficient sieve of Eratosthenes using CSP channels in Go
Results
1
gosieve issues
Sort by
recently updated
recently updated
newest added
Added a cascading memory clean-up effect based on panics caused by writing to closed channels. Usage: primes := Sieve() close(primes) This allows you to create multiple fast prime-number generators without...