Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bring back memory optimization of caching lowercased node name
In 4.6.2, rgrove#175 significantly cut down on memory usage by caching the lowercase version of the node name. However, as reported in rgrove#177, this broke certain transformers that modified the node name since the name was cached. We can bring back this optimization by updating the node name only if it has been changed. Closes rgrove#184
- Loading branch information