pasbi/ommpfritt

Regex could be compiled in maincli

Aberta

#155 aberto em 19 de dez. de 2020

 (0 comentário) (0 reação) (0 responsável)C++ (7 forks)auto 404
good first issueperformance

Métricas do repositório

Stars
 (46 estrelas)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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.

Guia do colaborador