Changes between Version 4 and Version 5 of PRO_LIB_CORE_PERFORMANCE_R0


Ignore:
Timestamp:
12/15/08 13:19:57 (16 years ago)
Author:
niki
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PRO_LIB_CORE_PERFORMANCE_R0

    v4 v5  
    2121 
    2222== Implementation idea == 
    23 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 recomended 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. 
     23There 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. 
    2424== Related == 
    2525none