Changes between Version 6 and Version 7 of NFR_TEXT_PERFORMANCE_R0
- Timestamp:
- 11/10/09 14:47:40 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NFR_TEXT_PERFORMANCE_R0
v6 v7 47 47 * In SceneHelper.findElementPath, a full DFS is performed every time, even if the element path is found on the 1st iteration. I don't know how much more effective will be putting a return statement, but I think it will not be problematic :) 48 48 49 There is a test case for LBMs caching in the branch ( [branches/private/kyli/text/sophie2-platform]), which is [branches/private/kyli/text/sophie2-platform/modules/org.sophie2.base.model.text/src/test/java/org/sophie2/base/model/text/smart/ImmHotTextTest.java here].49 There is a test case for LBMs caching in the branch (branches/private/kyli/text), which is [http://sophie2.org/trac/browser/branches/private/kyli/text/sophie2-platform/modules/org.sophie2.base.model.text/src/test/java/org/sophie2/base/model/text/smart/ImmHotTextTest.java here]. 50 50 51 51