-
Notifications
You must be signed in to change notification settings - Fork 0
Get Rid of RegExp #1
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestperformanceImprove performance, speed, or resource usageImprove performance, speed, or resource usage
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestperformanceImprove performance, speed, or resource usageImprove performance, speed, or resource usage
Currently, regular expressions are used for standard optimizations.
This approach is inefficient, so it is necessary to rewrite the implementation of standard optimizations without using RegExp.
This will also mark the beginning of developing a custom optimization algorithm and discontinuing the use of SVGO.