Fix performance regression with xsl:number
Commit a846514a disabled the pattern matching cache completely for `count` and `from` patterns of xsl:number instructions. This caused a huge performance regression for large documents. Revert the commit and clear the cache after evaluating an xsl:number. Closes #16.
parent
5b096501
Please register or sign in to comment