On my DualCore WindowsXP laptop with 3GB ram @2.16GHZ, (UV 10.0.04): The dynamic array test took 30 minutes.
I compiled the same program on jBASE 4.1 on the same laptop and it completed in 0 seconds! I had to print LEN(S) before and after to confirm that the program was indeed running! ----- Original Message ---- From: David Ward <[email protected]> To: U2 Users List <[email protected]> Sent: Thursday, 9 July, 2009 16:24:17 Subject: Re: [U2] General guidelines on indexing Original test and a couple of other variations. We use the DIM approach in several cases where variable data is large and temporary. Test system run on WindowsXP Single DuoCore @2.20ghz 2GB Ram Original version - <-1> variable append Elapsed Time 00:25:04 Altered version - Using WRITESEQ - Same System 1.203 seconds Altered version - Using DIM Variable - Same System 0.172 seconds _______________________________________________ U2-Users mailing list [email protected] http://listserver.u2ug.org/mailman/listinfo/u2-users _______________________________________________ U2-Users mailing list [email protected] http://listserver.u2ug.org/mailman/listinfo/u2-users
