Changes between Version 5 and Version 6 of PRO_LIB_CORE_PERFORMANCE_R0
- Timestamp:
- 12/28/08 16:14:25 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PRO_LIB_CORE_PERFORMANCE_R0
v5 v6 13 13 1. To research the library for bottle necks.[[BR]] 14 14 2. To improve the efficiency of the library. [[BR]] 15 EXTRA [[BR]] 15 16 3. Make new tests.[[BR]] 16 17 4. Write a document, in which is written an analysis of the research for bottle necks … … 23 24 There is two way to do the task. First way is algorithmic. Search the places with bad efficiency and replace it with another new algorithms with better efficiency. The second way is empiric, e.g. the library is measured, bottle necks are found, and optimisations are made. All tests are working in module "org.sophie2.core.prolib". You can use it, but it is recommended to make new tests,too. Write a document, in which is written an analysis of the research for bottle necks in the library .The document has to contain the idea for the improvements of bottle necks ,too. 24 25 == Related == 25 none 26 [http://sophie2.org/trac/wiki/PRO_LIB_CORE_MEMORY_MANAGEMENT_R0][[BR]] 27 28 [http://sophie2.org/trac/wiki/PLATFORM_NFR_EFFIECENCY_R0] 26 29 27 30 == How to demo ==