Re: [CDBI] Re: Trouble with Perl's reverse function
Carlos Vicente <cvicente-zZ82ZiX1S8l+u43qRgrggVnYRNhDb3e+9nwVQlTi/[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.class-dbi |
|---|---|
| Message-ID | <[email protected]> |
> It's a readability optimization. It probably is slightly slower, > because of an extra method call. Not really. Using an iterator (AFAIK) does not load all the objects in memory. cv