Changes between Version 1 and Version 2 of NFR_TEXT_PERFORMANCE_R0


Ignore:
Timestamp:
11/06/09 10:54:01 (16 years ago)
Author:
kyli
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NFR_TEXT_PERFORMANCE_R0

    v1 v2  
    1717 * Make creation of a text layout faster. Currently it does not re-use previous layouts. It even has a lots of unneccessary calculations in it which slows down the layout a lot (Hint: createLineBreakMeasurer()). 
    1818 * Make auto chaining process faster. It will certainly become much faster with introducing the layout reusage, but the algorithm of auto chaining is not quite effective anyway. 
    19  * Inspect and try to optimize the overall performance with lots of text resources. Currently, a book with 100 pages of text (even not chained) in titally unusable. 
     19 * Inspect and try to optimize the overall performance with lots of text resources. Currently, a book with 100 pages of text (even not chained) in totally unusable. 
    2020 
    2121== Task result ==