WordCount performance

Derek Parnell derek at nomail.afraid.org
Wed Mar 26 18:45:58 PDT 2008


On Thu, 27 Mar 2008 02:37:28 +0100, Saaa wrote:

>> I have a D program that's an AI engine.  It competes against programs
>> written in other languages and with different compilers.  Speed matters to
>> me, regardless of which compiler my competition uses.
> Exactly the same here.

Regardless of the application in question, if run time speed is the primary
driver then ...

(a) optimize the algorithms
(b) code it in assembler
(c) profile it
(d) jmp (a)

-- 
Derek
(skype: derek.j.parnell)
Melbourne, Australia
27/03/2008 12:42:39 PM



More information about the Digitalmars-d mailing list