Are xML parsers(provided by standard libraries ) faster than custom written parsers if so, Why ?
|
|
|
|
|
|
|
Custom written parsers for what? Still XML? If so, I'd expect standard libraries to generally have higher quality, faster, more robust code than code written by J Random Developer. After all, the standard libraries tend to have a lot of resources behind them and the parsers will be widely used - flushing out bugs relatively quickly. Having said that, XML isn't particularly parser-friendly. If you're comparing "parsing XML using standard libraries" with "parsing a custom data format using custom code" then the custom data format may well be a lot faster, if it's well-designed for the specific task. Given all these caveats, could you clarify your question? |
||||
|
|
|
Of course not. |
||
|
|
