Is there a way that I can hard code a const XmlNameTable to be reused by all of my XmlTextReader(s)?
- by highone
Before I continue I would just like to say I know that "Premature optimization is the root of all evil." However this program is only a hobby project and I enjoy trying to find ways to optimize it.
That being said, I was reading an article on improving xml performance and it recommended sharing "the XmlNameTable class that is used to store element…