[[BackLinksMenu]] [[TicketQuery(summary=PRO_LIB_CORE_MEMORY_MANAGEMENT_R0, format=table, col=summary|owner|status|type|component|priority|effort|importance, rows=description|analysis_owners|analysis_reviewers|analysis_score|design_owners|design_reviewers|design_score|implementation_owners|implementation_reviewers|implementation_score|test_owners|test_reviewers|test_score|)]] = Analysis = == Overview == The aim of this task is to optimize memory usage of the properties library. == Task requirements == Optimize the memory usage of the properties library: [[BR]] * The [wiki:PRO_LIB_CORE_PERFORMANCE_R0] task can be useful.[[BR]] * According to the data collected there find memory leaks and fix them.[[BR]] * Provide basic mechanism for garbage collecting.[[BR]] == Task result == The result of this task should be source code. == Implementation idea == Find memory leaks by using some kind of profiler - see [wiki:PRO_LIB_CORE_PERFORMANCE_R0] for more ideas. Ensure objects that are no longer used are destoyed so that the garbage collector can get rid of them. == Related == [wiki:PRO_LIB_CORE_PERFORMANCE_R0][[BR]] [wiki:PRO_LIB_CORE_COMMONS_R0] == How to demo == Show the changes you have made and describe them. Start unit tests and show that they take less time than before. = Design = = Implementation = ^(Implementation results should be described and linked here (from the wiki or the repository))^ = Testing = = Comments = ^(Write comments for this or later revisions here.)