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

Faster suggestion list #521

Merged
merged 2 commits into from
Oct 6, 2020
Merged

Faster suggestion list #521

merged 2 commits into from
Oct 6, 2020

Conversation

yanns
Copy link
Contributor

@yanns yanns commented Oct 6, 2020

benchmark results are in the first commit

[info] Benchmark                            (testCase)   Mode  Cnt          Score          Error  Units
[info] StringUtilBenchmark.benchCurrent    empty input  thrpt    5    3807012,308 ±   115242,069  ops/s
[info] StringUtilBenchmark.benchCurrent  empty options  thrpt    5   73429458,503 ±   701485,810  ops/s
[info] StringUtilBenchmark.benchCurrent            abc  thrpt    5     816634,913 ±     7550,400  ops/s
[info] StringUtilBenchmark.benchCurrent    description  thrpt    5       7961,525 ±       65,987  ops/s
[info] StringUtilBenchmark.benchCurrent         length  thrpt    5       9606,615 ±      161,392  ops/s
[info] StringUtilBenchmark.benchNew        empty input  thrpt    5    5792462,359 ±    65085,259  ops/s
[info] StringUtilBenchmark.benchNew      empty options  thrpt    5  102228212,592 ± 17747753,435  ops/s
[info] StringUtilBenchmark.benchNew                abc  thrpt    5     922109,108 ±    60109,595  ops/s
[info] StringUtilBenchmark.benchNew        description  thrpt    5     142333,078 ±     1600,677  ops/s
[info] StringUtilBenchmark.benchNew             length  thrpt    5       8986,683 ±      469,172  ops/s
@yanns yanns merged commit 24e41cc into master Oct 6, 2020
@yanns yanns deleted the faster_suggestionList branch October 6, 2020 10:13
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