Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Invalid
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Framework
-
Labels:None
-
Environment:all
Description
Implement custom document model to improve memory consumption and speed up document comparison.
Issue Links
- blocks
-
ICE-11113 Optimize ICEfaces memory consumption
- Closed
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Ran memory profiling over current DOM implementation to understand where memory savings can be made. It turns out that the Xerces implementation uses the minimum required Node object fields. A custom implementation will need the same number of fields (minus namespacing) resulting in a similar memory consumption. So in the end it seems that a custom DOM implementation is not desirable.