Closed jahav closed 2 years ago
Add prefixes to regex terminals to improve performance.
Some terminals yield have a measurable improvements, like sheet name of file name. The terminals have too non-distinct first chars, so there is basically no benefit to add a list of prefixes.
Resolves #161
@joerivv Thanks for merging. I will might submit some PR from time to time, depending on what issues arise in ClosedXML.
Add prefixes to regex terminals to improve performance.
Some terminals yield have a measurable improvements, like sheet name of file name. The terminals have too non-distinct first chars, so there is basically no benefit to add a list of prefixes.
Resolves #161