Feature #596
ParseXML - add filtering ability to reduce memory consumption for very large files
Status: | Approved | Start date: | 12/03/2013 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | - | Spent time: | - | |
Target version: | - |
History
#1 Updated by Miroslav Fidler almost 11 years ago
Also consider replacing VectorMap<String, String> with Vector<Tuple2<String, String> > to reduce memory consumption.
#2 Updated by Miroslav Fidler almost 11 years ago
- Status changed from New to Approved