Performance of XML parsers whether SAX or DOM based is generally not a concern for most developers as most developers will find their favourite framework/toolset provides them with more than adequate performance for general usage scenarios.
In theory I would agree that a SAX based implementation should yield greater performance with larger documents.