Skip to content

Conversation

@ptzz
Copy link

@ptzz ptzz commented Dec 8, 2017

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()

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()
@ptzz ptzz closed this Dec 9, 2017
@ptzz
Copy link
Author

ptzz commented Dec 9, 2017

Already taken care of by #36

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant