dishmint / LexicalCases

Extract substrings matching a lexical pattern
https://www.paclets.com/FaizonZaman/LexicalCases
MIT License
2 stars 0 forks source link

Use Dispatch or Replace to improve LexicalStructure Speed #217

Closed dishmint closed 1 year ago

dishmint commented 2 years ago

LexicalStructure takes a little time to evaluate and I wonder if it's because the FormatToken is pattern based and has to burrow down into the expression to make replacements. There's probably a more efficient way of doing this.