]> Cypherpunks repositories - gostls13.git/commit
Include an Eratosthenesque concurrent prime sieve to go along with the "naive" version.
authorAnh Hai Trinh <anh.hai.trinh@gmail.com>
Wed, 24 Feb 2010 05:21:16 +0000 (16:21 +1100)
committerRob Pike <r@golang.org>
Wed, 24 Feb 2010 05:21:16 +0000 (16:21 +1100)
commit16192c2d1001395dfe2a27414b3f7d148dc82a99
tree742d7f6ad260b2db41da02bd4d67dc9582ff1e68
parentca3bee3df5facfef37d373c343bcc5f109a7f57b
Include an Eratosthenesque concurrent prime sieve to go along with the "naive" version.

R=r
CC=golang-dev
https://golang.org/cl/218046
test/chan/sieve1.go [moved from test/chan/sieve.go with 86% similarity]
test/chan/sieve2.go [new file with mode: 0644]