Changes between Version 9 and Version 10 of PRO_LIB_CORE_PERFORMANCE_R0


Ignore:
Timestamp:
01/02/09 12:31:25 (16 years ago)
Author:
niki
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PRO_LIB_CORE_PERFORMANCE_R0

    v9 v10  
    2424There 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. 
    2525== Related == 
    26 [http://sophie2.org/trac/wiki/PRO_LIB_CORE_MEMORY_MANAGEMENT_R0][[BR]] 
     26[wiki:PRO_LIB_CORE_MEMORY_MANAGEMENT_R0][[BR]] 
    2727 
    28 [http://sophie2.org/trac/wiki/PLATFORM_NFR_EFFIECENCY_R0] 
     28[wiki:PLATFORM_NFR_EFFIECENCY_R0] 
    2929 
    3030== How to demo ==