Changes between Version 1 and Version 2 of NFR_TEXT_PERFORMANCE_R0
- Timestamp:
- 11/06/09 10:54:01 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NFR_TEXT_PERFORMANCE_R0
v1 v2 17 17 * 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()). 18 18 * 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 t itally 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. 20 20 21 21 == Task result ==