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

Speed up request for plain string data #22

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

terma
Copy link
Owner

@terma terma commented Aug 27, 2016

from

byMultipleString    10000000  avgt    5  1523.173 ±  80.155  ms/op
byString            10000000  avgt    5   612.183 ±  72.304  ms/op
byNoCaseLikeString  10000000  avgt    5  2851.732 ± 154.023  ms/op

to

byMultipleString    10000000  avgt    5    18.097 ±   1.792  ms/op
byString            10000000  avgt    5    12.916 ±   6.011  ms/op
byNoCaseLikeString  10000000  avgt    5    96.600 ±   4.065  ms/op (only for latin)

@coveralls
Copy link

Coverage Status

Changes Unknown when pulling ef5f009 on speed-up-string-request into * on master*.

@terma terma changed the title StringRequest and MultiStringRequest speed up in 8 times Speed up request for plain string data Sep 1, 2016
@coveralls
Copy link

Coverage Status

Changes Unknown when pulling ab6e487 on speed-up-string-request into * on master*.

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.

2 participants