Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#340 cache attribute values of xml elements
My profiler shows that `nsh.getClass((Element) e)` consumes quite a remarkable percentage of total CPU time. So I hope caching these value could improve performance (though, my profiler doesn't show it :) ).
- Loading branch information