pasbi/ommpfritt

Regex could be compiled in maincli

Aperta

#155 aperta il 19 dic 2020

 (0 commenti) (0 reazioni) (0 assegnatari)C++ (7 fork)auto 404
good first issueperformance

Metriche repository

Star
 (46 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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.

Guida contributor