pherrymason / c3-lsp

Language Server for C3 Language
https://pherrymason.github.io/c3-lsp/
GNU General Public License v3.0
78 stars 10 forks source link

compile symbol regexp once #42

Closed nikpivkin closed 3 months ago

nikpivkin commented 3 months ago

A regular expression is used in completion and in parameter search, so compiling a regular expression each time may have overhead

pherrymason commented 3 months ago

Good catch! Thank you!