Closed ptzz closed 6 years ago
Speed up matching by ~30% by removing unnecessary call to strlen().
Before: 2 0.225716 0.000183 matcher#cmatch() After: 2 0.163005 0.000214 matcher#cmatch()
Already taken care of by #36
Speed up matching by ~30% by removing unnecessary call to strlen().
Before: 2 0.225716 0.000183 matcher#cmatch() After: 2 0.163005 0.000214 matcher#cmatch()