Re: [Harbour] Increased speed in latest SVN

2008-10-03 Thread Enrico Maria Giordano
-Messaggio Originale- Da: "Przemyslaw Czerpak" <[EMAIL PROTECTED]> A: "Harbour Project Main Developer List." Data invio: venerdì 3 ottobre 2008 13.35 Oggetto: Re: [Harbour] Increased speed in latest SVN Side effect of MT modifications. On some pla

Re: [Harbour] Increased speed in latest SVN

2008-10-03 Thread Przemyslaw Czerpak
On Fri, 03 Oct 2008, Enrico Maria Giordano wrote: Hi Enrico, > Apart from the already reported problem with FWH, I noticed a speed boost > of about 20% using last SNV versions in a sample like this: > REQUEST DBFCDX > FUNCTION MAIN() >LOCAL nSec >LOCAL cCli >RDDSETDEFAULT( "DBFCDX" )

[Harbour] Increased speed in latest SVN

2008-10-03 Thread Enrico Maria Giordano
Apart from the already reported problem with FWH, I noticed a speed boost of about 20% using last SNV versions in a sample like this: REQUEST DBFCDX FUNCTION MAIN() LOCAL nSec LOCAL cCli RDDSETDEFAULT( "DBFCDX" ) USE E:\EMAGFW\GESR\CORSE nSec = SECONDS() WHILE !EOF()