Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

filter_grep: Improve the performance #1940

Merged
merged 2 commits into from
Apr 13, 2018
Merged

Commits on Apr 11, 2018

  1. filter_grep: Improve the performance

    - Remove catch
    - Reduce method call
    
    Warming up --------------------------------------
                     old     3.371k i/100ms
                     new     3.522k i/100ms
    Calculating -------------------------------------
                     old     33.531k (± 4.1%) i/s -    168.550k in   5.035547s
                     new     35.888k (± 3.4%) i/s -    179.622k in   5.011044s
    
    Signed-off-by: Masahiro Nakagawa <repeatedly@gmail.com>
    repeatedly committed Apr 11, 2018
    Configuration menu
    Copy the full SHA
    6f6da55 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2018

  1. Use better method instead of #each

    Signed-off-by: Masahiro Nakagawa <repeatedly@gmail.com>
    repeatedly committed Apr 12, 2018
    Configuration menu
    Copy the full SHA
    ba4e740 View commit details
    Browse the repository at this point in the history