[kepler-dev] [Bug 4539] - Applying a tag can be slow
bugzilla-daemon at ecoinformatics.org
bugzilla-daemon at ecoinformatics.org
Tue Nov 10 14:39:15 PST 2009
http://bugzilla.ecoinformatics.org/show_bug.cgi?id=4539
barseghian at nceas.ucsb.edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Comment #2 from barseghian at nceas.ucsb.edu 2009-11-10 14:39 -------
Fixed in r21473. Problem was repeated calls to Vector contains() in
NamedOntModel.getNamedClasses() which is expensive. Changed to a TreeSet so
contains() calls are faster and sorting is free.
More information about the Kepler-dev
mailing list