PS I committed a change that reduces allocation of Item objects in FileDatamodel per the idea below. So, done for you already now.
On Fri, Oct 24, 2008 at 4:08 PM, Sean Owen <[EMAIL PROTECTED]> wrote: > I just did this. I also realized that I should point out to > subclassers that it is far more efficient to re-use Item and User > implementations rather than let the default implementation create new > objects each time. Have a look at that. That could save a lot of > memory.
