Über Open CoDE Software Wiki Diskussionen GitLab

Skip to content

Optimize path matching in LU BW harvester using RegexSet.

Adam Reichold requested to merge OC000014987132/metadaten:lu-bw-regex-set into main

RegexSet is an optimization which builds a single automaton to match any of the given regular expression in a single pass over the haystack.

Also fixes some minor inconsistencies and lints elsewhere.

Edited by Adam Reichold

Merge request reports