On Tuesday, September 17, 2002, at 10:38 AM, Matt Liotta wrote:

> While the above is closer to the work the CF version has to do, it is
> still missing some casting overhead. This is because in CFMX all simple
> CF variables are stored using coldfusion.runtime.Variable, which
> actually stores the value as java.lang.Object. Thus, numerical
> comparisons can't be performed until the Objects are cast into
> appropriate types.
>
>

Sounds like a natural for optimization, no?

Dick

______________________________________________________________________
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to