Re: Creating list references in handlers. Bad code or bug?
Re: Creating list references in handlers. Bad code or bug?
- Subject: Re: Creating list references in handlers. Bad code or bug?
- From: Victor Yee <email@hidden>
- Date: Fri, 14 Sep 2001 18:38:46 -0400
On Fri, 14 Sep 2001 17:17:12 -0400, Paul Skinner wrote,
>
I was playing around with a vanilla, non-recursive 'entireContentsOf'
>
handler and I wanted to get the speed benefits of using references to lists.
>
Thus my first post.
Are you sure there are speed improvements using "reference to" in your handler?
Maybe it's just me, but it seems the same without.
Victor