Re: [go-nuts] A humble request/challenge

2017-08-09 Thread Lutz Horn
Hi Jabari, Am 08.08.2017 22:18 schrieb Jabari Zakiya: Here's a link to read and download the paper: Was your paper published in some scientific journal? You've asked similar questions already[0]. How may replies did you get so far? Did anybody implement your algorithm in any other language

Re: [go-nuts] A humble request/challenge

2017-08-08 Thread Michael Jones
I remember a segmented wheel of Aitkin implementation. Maybe you can start with that. here are a few: https://golanglibs.com/top?q=sieve On Tue, Aug 8, 2017 at 3:31 PM, Pierpaolo Bernardi wrote: > Hello, > > > Here's a link to read and download the paper: > > > >

Re: [go-nuts] A humble request/challenge

2017-08-08 Thread Jan Mercl
On Wed, Aug 9, 2017 at 12:32 AM Pierpaolo Bernardi wrote: > Downloading the paper requires a scribd account which costs money(*). > Is the paper available for free somewhere else? My 2-minute skimming smells quite crackpot-ish

Re: [go-nuts] A humble request/challenge

2017-08-08 Thread Pierpaolo Bernardi
Hello, > Here's a link to read and download the paper: > > https://www.scribd.com/doc/228155369/The-Segmented-Sieve-of-Zakiya-SSoZ Downloading the paper requires a scribd account which costs money(*). Is the paper available for free somewhere else? (*) Or one can use the free month they offer,

[go-nuts] A humble request/challenge

2017-08-08 Thread Jabari Zakiya
Hi I primarly use Ruby for math/science problems/projects because it's so easy to program in, and it allows me to think about how to solve problems without worrying about how to code it. I've also played around with Crystal (aka Ruby on steroids) but it's still young, and doesn't let me