Closed glenyi closed 8 years ago
The NSRegularExpression doesn't need to be created every time. Using dispatch_once will see performance gains for large markdown files.
Thanks!
Nicely done @glenyi !
The NSRegularExpression doesn't need to be created every time. Using dispatch_once will see performance gains for large markdown files.