Re: Prime counting algorithms, speculation
From: Jürgen R. (jurgenr_at_web.de)
Date: 08/04/04
- Next message: richard miller: "Re: Penrose's Road to Reality - how penetrable is the maths for non-maths types?"
- Previous message: Acid Pooh: "Re: Excel Math Bug"
- In reply to: James Harris: "Re: Prime counting algorithms, speculation"
- Next in thread: Christian Bau: "Re: Prime counting algorithms, speculation"
- Reply: Christian Bau: "Re: Prime counting algorithms, speculation"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 04 Aug 2004 21:22:05 GMT
On 4 Aug 2004 11:19:05 -0700, jstevh@msn.com (James Harris) wrote:
>jurgenr@web.de (Jürgen R.) wrote in message news:<4110edb4.28774195@news.individual.de>...
>> [...]
>> >
>> >My fastest prime counting program is PrimeCountH.java, which readers
>> >can easily pull up by a Google search or a Google Groups search, and
>> >it blows away ALL the times that you'll find posted on that page.
>> >
>> [... on and on]
>>
>> Just tell us how fast it is: To count the primes < N there is some
>> function F(N) such that the time taken by your program is less than
>> C*F(N) for some fixed C. Tell us what F is. If you don't know stop
>> taking about how fast your algorithm is, because in that case it is of
>> no interest at all.
>>
>> Jürgen
>
>Some sci.math poster put up a webpage claiming that I entered a
>competition to build fast prime counting programs and lost badly, when
>in fact, I never entered any competition, and actually my fastest
>implementation--PrimeCountH.java--is not only far faster than anything
>he presented on his webpage, it's been available on-line for quite
>some time.
>
>I pointed out [...blah blah blah ...]
I understand - you don't know what the asymptotic behavior of your
perported algorithm is. You could have said that in fewer words.
Jürgen
>
>James Harris
>http://mathforprofit.blogspot.com/
- Next message: richard miller: "Re: Penrose's Road to Reality - how penetrable is the maths for non-maths types?"
- Previous message: Acid Pooh: "Re: Excel Math Bug"
- In reply to: James Harris: "Re: Prime counting algorithms, speculation"
- Next in thread: Christian Bau: "Re: Prime counting algorithms, speculation"
- Reply: Christian Bau: "Re: Prime counting algorithms, speculation"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|