jgleesawn
Results
2
issues of
jgleesawn
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...
Synopsis: -First two commits were base changes for binding generation and the type mapping. -Third commit was fixing everything I broke in the first two commits. -Fourth commit was removing...
bug
enhancement