Re: [RDBO] Reusing Rose::DB::Objects

2006-03-22 Thread John Siracusa
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

[RDBO] Reusing Rose::DB::Objects

2006-03-22 Thread Sean Davis
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