Doing a simple 500,000 loop, it's actually slower on my NT.  You always pay
for abstraction.

(value+1) = 20 seconds
incrementvalue() = 25 seconds

John


----- Original Message -----
From: "Michael Thomas" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Friday, November 17, 2000 5:17 AM
Subject: Re: append variable to a variable??


> Excellent question that I wouldnt mind knowing an answer to myself.
Anyone?
>
>
> >From: Rob Keniger <[EMAIL PROTECTED]>
> >Reply-To: [EMAIL PROTECTED]
> >To: CF-Talk <[EMAIL PROTECTED]>
> >Subject: Re: append variable to a variable??
> >Date: Fri, 17 Nov 2000 14:31:52 +1000
> >
> >on 17/11/00 10:19 AM, BORKMAN Lee at [EMAIL PROTECTED] wrote:
> >
> > >
> > > As with most languages, you only need to use 50% (or even less) of a
> >CF's
> > > functions to do 99% of the stuff that you would ever want to do.
> > > Coincidentally, using just that 50% makes your code easier to work
with
> >for
> > > other average mortals.
> > >
> > > Everybody wins when you stick to basics!!
> >
> >I myself have wondered about why many seemingly redundant functions
exist.
> >An example of this is incrementvalue(). Why not just value + 1? Is it
> >faster
> >because it just uses a single register increment instead of having to
work
> >out a proper addition?
> >
> >Are the other functions like this there because they increase
performance?
> >
> >--
> >
> >Rob Keniger
> >
> >big bang solutions
> >
> ><mailto:[EMAIL PROTECTED]>
> ><http://www.bigbang.net.au>
> >
> >
> >~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> >Structure your ColdFusion code with Fusebox. Get the official book at
> >https://secure.houseoffusion.com
> >
> >Archives: http://www.mail-archive.com/[email protected]/
> >Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
>
> _________________________________________________________________________
> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
>
> Share information about yourself, create your own public profile at
> http://profiles.msn.com.
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> 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

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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