11-16-2005 10:04 AM
11-16-2005 10:35 AM
11-16-2005 10:36 AM
11-16-2005 10:39 AM
Is there a more efficient method of population? this will run in O(n) time, it might be possible to use some sort of single instruction multiple data call but I am not sure about this. In machine code on a single processor you would allocate the memory and populate it by index requiring O(n). I would be cutious to see a faaster method (pentium processor).
Paul
11-16-2005 11:13 AM
11-16-2005 11:24 AM - edited 11-16-2005 11:24 AM
Hi Robert, this is _pretty_ simple
On second thought, falkpl's is better (never mind...)
Message Edited by Dynamik on 11-16-2005 11:25 AM
Message Edited by Dynamik on 11-16-2005 11:29 AM
11-16-2005 11:46 AM
11-16-2005 12:10 PM
11-16-2005 12:14 PM - edited 11-16-2005 12:14 PM
Message Edited by altenbach on 11-16-2005 10:15 AM
11-16-2005 12:21 PM - edited 11-16-2005 12:21 PM
Message Edited by Dynamik on 11-16-2005 12:24 PM