Changes between Version 5 and Version 6 of PRO_LIB_CORE_PERFORMANCE_R0


Ignore:
Timestamp:
12/28/08 16:14:25 (16 years ago)
Author:
niki
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PRO_LIB_CORE_PERFORMANCE_R0

    v5 v6  
    1313      1. To research the library for bottle necks.[[BR]] 
    1414      2. To improve the efficiency of the library. [[BR]] 
     15      EXTRA [[BR]] 
    1516      3. Make new tests.[[BR]] 
    1617      4. Write a document, in which is written an analysis of the research for bottle necks  
     
    2324There 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. 
    2425== 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] 
    2629 
    2730== How to demo ==