On 3/22/06, Sean Davis <[EMAIL PROTECTED]> wrote:
> I would like to do a large amount of read->parse->store operations. In
> short, I have a large text file with one record per line. To speed things
> up, I have seen others "reuse" objects rather than allocating new ones for
> each record. Can I
I would like to do a large amount of read->parse->store operations. In
short, I have a large text file with one record per line. To speed things
up, I have seen others "reuse" objects rather than allocating new ones for
each record. Can I safely do this with Rose::DB::Objects? Is it as simple
a