[[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 Analysis should contain strict requirements about the end product of the task (for example the result must be source code, the result must be google doc, etc.))^

== Implementation idea ==
^(It is advisable to include some rough implementations ideas.)^

== 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.)