spreadsheetlab / XLParser

A C# parser for Microsoft Excel formulas with a 99.9% compatibility rate
Other
412 stars 92 forks source link

Add prefix to regex terminals #162

Closed jahav closed 2 years ago

jahav commented 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

jahav commented 2 years ago

@joerivv Thanks for merging. I will might submit some PR from time to time, depending on what issues arise in ClosedXML.