Kay- Wednesday, March 24, 2010, 5:52:13 PM, you wrote:
> Revised Benchmark Script below. It's no surprise that "put after" is faster than "put before", since it avoids an extra copy action. I *am* surprised that it's *that* much faster, though, and I can confirm that on my systems it's roughly 20 times faster. And I'm more surprised that "delete line -1" is slower than "delete line 1" - I'd expect just the opposite. But again I can confirm here that deleting the first line of a variable is an order of magnitude faster than deleting the last line. I question whether your tests 10 and 11 really do what you think they do. Test 9 looks OK but otherwise I don't think it's a fair comparison. -- -Mark Wieder [email protected] _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
