Re: Which string operation is faster?

2006-01-30 Thread James Reily
Thanks guys. Charlie, I prefer your notation too -- it's definitey more readable. ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230769 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: htt

Re: Which string operation is faster?

2006-01-30 Thread Charlie Griefer
OTECTED] > > Sent: Monday, January 30, 2006 11:48 AM > > To: CF-Talk > > Subject: Which string operation is faster? > > > > Which of these executes faster, or do they each take the same > > amount of processing? Are they equivalent "under the hood"? >

RE: Which string operation is faster?

2006-01-30 Thread Munson, Jacob
> Subject: Which string operation is faster? > > Which of these executes faster, or do they each take the same > amount of processing? Are they equivalent "under the hood"? > > > > or > > This transmission may contain information that is priv

RE: Which string operation is faster?

2006-01-30 Thread Andy Matthews
Loop time (#iterationCount# iterations) was: #loopTime# milliseconds -Original Message- From: James Reily [mailto:[EMAIL PROTECTED] Sent: Monday, January 30, 2006 12:48 PM To: CF-Talk Subject: Which string operation is faster? Which of these executes faster, or do they each take the sa

Re: Which string operation is faster?

2006-01-30 Thread Barney Boisvert
If you care about the speed difference, CFML is the wrong language to be using. CFML is designed to be "fast enough", but primarily focus on ease of development. If you care about the handful of clock cycles that might differentiate those two, you're better off with a platform that is designed wi

Which string operation is faster?

2006-01-30 Thread James Reily
Which of these executes faster, or do they each take the same amount of processing? Are they equivalent "under the hood"? or ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230764 Archives: http://www.hous