seancorfield / org-corfield-cfmx

Automatically exported from code.google.com/p/org-corfield-cfmx
0 stars 0 forks source link

Collections - Use of Iterators is slow #7

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The use of iterators in CF is far slower than using a for(), or a <cfloop>
to loop around collections of objects.

It would be more performant if they were switched out.

Original issue reported on code.google.com by mark.man...@gmail.com on 8 Oct 2007 at 11:58