Charles Yeomans wrote:
On Jan 30, 2009, at 8:16 AM, Jeremy Cowgar wrote:
Charles Yeomans wrote:
Charles implemented such a thing a couple years ago :)
But has since abandoned it in favor of string arrays and Join :)
In your testing, that was the quickest way?
Jeremy
In my testing, arrays and Join. But how much concatentation are we
talking about?
Some of the text files are ~100k in size. I have not run into a speed
problem, but if there is a right/wrong way of doing it, I'd rather do it
the right way to begin with. I know everyone says premature optimization
is evil, but no sense either in using the known fast method to start
with. I don't really profile my apps until I've got a good base in
place, but I don't use methods I know are slow either.
Jeremy
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>
|