Regex could be compiled in maincli
pasbi opened this issue · 0 comments
pasbi commented
The predicate function is called very often (once for every object in the scene).
The same regular expressions are created inside that function every time.
Consider to compile the regular expressions outside and capture the regex object instead.