blackears / svgSalamander

155 stars 56 forks source link

optimize parsing by creating static regex patterns #38

Closed dpolivaev closed 5 years ago

dpolivaev commented 5 years ago

Profiling has shown that significant CPU time is spent on compiling regular expression patterns which can be extracted to constants