Massimo Belgrano escreveu:
Will be intresting this discussion on fivetech forum?
http://forums.fivetechsupport.com/viewtopic.php?f=3&t=15076
<http://forums.fivetechsupport.com/viewtopic.php?f=3&t=15076>
Speedtest CLIPPER vs. xHarbour - COMMIT
Is CLIPPER still faster in database management?
I am testing the COMMIT statement.
With Clipper the operation takes 9 sec. with xHarbour 77 sec
function main()
local I:=0
msginfo("Start " + str( seconds() ))
use clientes new
for I := 1 to 1000
append blank
clientes->nombre := str(recno())
commit
next
msginfo("End " + str( seconds()) )
return nil
--
Massimo Belgrano
I don´t see any overhead...
Harbour is fastest that CLIPPER!
e:\tmp\teste.exe
Start 62435.73
End 62436.91
Dif: 1,18 secs
OS: Windows XP sp3
MSVC: 15.00.30729.01
Harbour: 1.0.1
Best regards,
Ranier Vilela
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour