Open FlatBallFlyer opened 6 years ago
The current XML Parser is VERY inefficient - based on doing a DOM parse and then walking the tree to create the data object. I'm sure this will be much faster as a SAX implementation.
The current XML Parser is VERY inefficient - based on doing a DOM parse and then walking the tree to create the data object. I'm sure this will be much faster as a SAX implementation.