#277 closed enhancement (done)
Replace DOM-based XML serialization with streaming-based XML serialization
Reported by: | swagner | Owned by: | epitzer |
---|---|---|---|
Priority: | highest | Milestone: | HeuristicLab 3.3.0 |
Component: | Persistence | Version: | 3.2 |
Keywords: | Cc: |
Description
As the generation of XML DOM trees needs a huge amount of RAM, streaming-based XML serialization should be used instead (XMLReader, XMLWriter).
Change History (8)
comment:1 Changed 16 years ago by swagner
- Component changed from General to Core
comment:2 Changed 16 years ago by gkronber
comment:3 Changed 16 years ago by swagner
- Milestone changed from 3.2 to Iteration 0
Milestone 3.2 deleted
comment:4 Changed 16 years ago by swagner
- Owner changed from swagner to epitzer
comment:5 Changed 16 years ago by swagner
- Component changed from Core to Serialization
comment:6 Changed 15 years ago by epitzer
- Resolution set to fixed
- Status changed from new to closed
Fixed in new persistence implementation (see #548)
comment:7 Changed 14 years ago by swagner
- Milestone changed from Iteration 4 to Current
Milestone Iteration 4 deleted
comment:11 Changed 14 years ago by swagner
- Milestone changed from Current to HeuristicLab 3.3.0
Milestone Current deleted
Note: See
TracTickets for help on using
tickets.
This ticket replaces the older ticket #103.