pasbi/ommpfritt

Regex could be compiled in maincli

Offen

#155 geöffnet am 19.12.2020

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C++ (7 Forks)auto 404
good first issueperformance

Repository-Metriken

Stars
 (46 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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.

Contributor Guide