I would assume _any_ metadata would make parsing the CFC slower. So this:

<cffunction name="foo" a=1 b=2 c=3>

is slower than

<cffunction name="foo">

However - I'd question if it was _significantly_ slower. My guess
would be no. I'd imagine the 'slower' one would be <1ms slower
probably.


On Mon, Nov 15, 2010 at 9:01 PM, Andrew Scott <andr...@andyscott.id.au> wrote:
>
> Don't do that to me Sean, I was actually quoting something you said on
> something similar to this some months ago.
>
> Are you saying there isn't now?
>
> Regards,
> Andrew Scott
> http://www.andyscott.id.au/
>
>
>> -----Original Message-----
>> From: Sean Corfield [mailto:seancorfi...@gmail.com]
>> Sent: Tuesday, 16 November 2010 1:18 PM
>> To: cf-talk
>> Subject: Re: cfscript based components formatting
>>
>>
>> On Mon, Nov 15, 2010 at 2:58 PM, Andrew Scott <andr...@andyscott.id.au>
>> wrote:
>> > Method one, there is a performance hit when using notations.
>>
>> Is there? Why so?
>>
>> (it doesn't affect my position that comments should never change the
>> semantics of code - although, as noted by Ray, the example given only
>> affects metadata so it would only affect the semantics of a program that
>> tested that metadata... in other words, it could still change the behavior
> of
>> code!)
>> --
>> Sean A Corfield -- (904) 302-SEAN
>> Railo Technologies, Inc. -- http://getrailo.com/ An Architect's View --
>> http://corfield.org/
>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:339264
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to