Re: Startup performance

2005-12-30 Thread Christopher Brooks
I modified ContainedObjectsIterator in Entity and CompositeEntity so that they have constructors and no longer do lazy construction. I can see the appeal of doing lazy evaluation here, since it seems like a waste for CompositeEntity to instantiate iterators for classes, entities and relations if

Re: Startup performance

2005-12-14 Thread Matt Jones
Regarding Kevin's point (4) -- the aelfred parser is pretty old. It was great circa 1998, but I think xerces has far better performance now, even in SAX mode. They certainly spent a lot of time in 2000-2002 working on xerces performance. So you might see some improvements by looking at

Startup performance

2005-12-13 Thread Kevin Ruland
Hi all, I ran the Kepler startup through a performance monitoring tool the other day and learned some things which I would like to pass along. I used the TPTP system in Eclipse to measure the performance. This is an amazing tool and I suggest you check it out sometime. Since I'm a rookie