On 23 Mar 2001, at 7:31, Steve Nelson wrote:

> What were you using to test the bottleneck?

Just two templates:  one that set the value of a variable to an 80,000 
character string [ (using RepeatString("HalHelms",10000) ] and a second one 
that does the same thing, then runs formurl2attributes.

On my Celeron 333 dev box, the impact amount to 1 to 4ms increase over 10 
trials (changing the variable name each time to avoid cache phantoms).

So the impact isn't in processing time, but I'm certainly in favor of a 
solution that would avoid unnecessarily copying variables in server memory.  
This is what started me thinking about pointers.

- Jeff


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to