Changeset - 39a59e6915bb
default
0
2
0
helpers: refactor and optimize urlify_issues
Avoid parsing the configuration and compiling regexps every time a string is
processed.
Instead, the configuration is parsed once and turned into a function that apply
the compiled regexps in a chain.
A next iteration can perhaps run them in parallel and integrate with the
general urlify machinery.
Avoid parsing the configuration and compiling regexps every time a string is
processed.
Instead, the configuration is parsed once and turned into a function that apply
the compiled regexps in a chain.
A next iteration can perhaps run them in parallel and integrate with the
general urlify machinery.
2 files changed with 56 insertions and 50 deletions:
0 comments (0 inline, 0 general)
0 comments (0 inline, 0 general)