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
Mircea Toma
created issue -
Mircea Toma
made changes -
Mircea Toma
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Invalid [ 6 ] |
Mircea Toma
made changes -
Assignee | Mircea Toma [ mircea.toma ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
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.