Skip to content

cache regex on first use

Christoph Cullmann requested to merge work/regex_caching into master

we create each command now only once per application instance this makes this caching not that expensive and avoids constant QRegularExpressions recompiles from scratch

Merge request reports