Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Memory Leak of FeatureEvents in Collection and performance issue #363

Closed
fgdrf opened this issue Dec 20, 2019 · 0 comments
Closed

Memory Leak of FeatureEvents in Collection and performance issue #363

fgdrf opened this issue Dec 20, 2019 · 0 comments
Labels
Milestone

Comments

@fgdrf
Copy link
Contributor

fgdrf commented Dec 20, 2019

If running uDig of a long time with a lots of feature events for different layers, the collection increases constantly of time. There is a clean() call in add(index, object) that clear the cache of amount of features it larger than 10.

Due to implementation of EDataTypeUniqueEList and javadoc givs a hint that it also has significant performance impact

@fgdrf fgdrf added this to the 2.2.0 milestone Dec 20, 2019
fgdrf added a commit to fgdrf/udig-platform that referenced this issue Dec 22, 2019
Signed-off-by: Frank Gasdorf <fgdrf@users.sourceforge.net>
@fgdrf fgdrf added the bug label Dec 22, 2019
fgdrf added a commit that referenced this issue Dec 30, 2019
Signed-off-by: Frank Gasdorf <fgdrf@users.sourceforge.net>
@fgdrf fgdrf closed this as completed Dec 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant