Re: [xHarbour-developers] A strange difference

2008-07-28 Thread Enrico Maria Giordano
-Messaggio Originale- Da: "Miguel Angel Marchuet" <[EMAIL PROTECTED]> A: "Enrico Maria Giordano" <[EMAIL PROTECTED]> Cc: "Xharbour-Developers" Data invio: lunedì 28 luglio 2008 16.56 Oggetto: Re: [xHarbour-developers] A strange difference

Re: [xHarbour-developers] A strange difference

2008-07-28 Thread Miguel Angel Marchuet
> > HARBOUR: 25 > XHARBOUR: 30 > In my case is: HARBOUR: 0.20 XHARBOUR: 0.22 in my case we lost 0.02 seconds every 10 registers +/- i've pending some updates to rdd, but i think that re problem resides at VM . Best regards, Miguel Angel Marchuet -

[xHarbour-developers] A strange difference

2008-07-26 Thread Enrico Maria Giordano
Dear friends, is there any reasons for the speed differences in the following sample? FUNCTION MAIN() LOCAL nSec LOCAL cVal, i DBCREATE( "__MYTEST", { { "test", "C", 35, 0 } } ) USE __MYTEST FOR i = 1 TO 10 APPEND BLANK NEXT GO TOP INKEY( 0.1 )