pasbi/ommpfritt

Regex could be compiled in maincli

オープン

#155 opened on 2020/12/19

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)C++ (7 件のフォーク)auto 404
good first issueperformance

Repository metrics

Stars
 (46 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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.

コントリビューターガイド