On Mar 26, 2009, at 11:20 AM, Markus Hartenfeller wrote: > Thank you very much for your reply. > > I have tried that for every molecule I am using: > > IMolecule x ... > x = > NoNotificationChemObjectBuilder.getInstance().newMolecule(libFrag); > > But still profiling tells me that a lot of time is spent at method > notifyChanged() and that I have nearly 500.000 (still growing) > instances of the class ChemObjectChangedEvent in memory, nearly all > referenced by class Atom (some by Bond).
Very surprising! The nonotify classes aren't supposed to make calls to notifyChanged() ------------------------------------------------------------------- Rajarshi Guha <[email protected]> GPG Fingerprint: D070 5427 CC5B 7938 929C DD13 66A1 922C 51E7 9E84 ------------------------------------------------------------------- Q: What's polite and works for the phone company? A: A deferential operator. ------------------------------------------------------------------------------ _______________________________________________ Cdk-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/cdk-user

