Posted on 2009-01-12 20:19:35-08 by jdhedden in response to 9708
Re: Generating thousands of objects
I looked into trying to speed up the "new" method. While I could not come up with a way of cutting out functionality on a per class basis, I did implement a process of caching some information regarding object initialization activities on a per class basis. (However, the caching is minimal as you can see if you look at lib/Object/InsideOut.pm. and search for 'cache'.)

Jerome, please email me directly (email address is in the POD), and I'll send you a copy of what I've written for you to try. And if you look at the code and have any more ideas, I'd be happy to work on this further.
Direct Responses: 9726 | Write a response
Perl Weekly newsletter
A free weekly newsletter for people who are busy to read all the blogs. click here to check it out.