indeed. i never uploaded that to github. but i could. will look into it. On Sun, Mar 4, 2018 at 1:40 PM, Bakul Shah <[email protected]> wrote:
> > > On Mar 4, 2018, at 12:43 PM, [email protected] wrote: > > > > I am curious to see how you implemented the table lookup. Is the code > posted somewhere? > > This should easy. Check all odd numbers against primes <= square root of > the > candidate number and if prime, add it to primes list. Convert it to a > bitmap and > print it out as 1K 64bit Numbers. You can only store odd numbers in which > case > it would be a vector of 512 such numbers! > > -- > You received this message because you are subscribed to the Google Groups > "golang-nuts" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- Michael T. Jones [email protected] -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
