Skip to content

Instantly share code, notes, and snippets.

@skeggse
Created July 25, 2014 00:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skeggse/a23bcc14d22420a4bc64 to your computer and use it in GitHub Desktop.
Save skeggse/a23bcc14d22420a4bc64 to your computer and use it in GitHub Desktop.
Asynchronous hash benchmarks
concurrent=1 algo=sha256 type=asc encoding=ascii len=2 api=legacy: 0.000098569
concurrent=1 algo=sha256 type=asc encoding=ascii len=2 api=stream: 0.0000081394
concurrent=1 algo=sha256 type=asc encoding=ascii len=2 api=digest: 0.000032721
concurrent=1 algo=sha256 type=asc encoding=ascii len=1024 api=legacy: 0.030183
concurrent=1 algo=sha256 type=asc encoding=ascii len=1024 api=stream: 0.0044764
concurrent=1 algo=sha256 type=asc encoding=ascii len=1024 api=digest: 0.019793
concurrent=1 algo=sha256 type=asc encoding=ascii len=102400 api=legacy: 1.5514
concurrent=1 algo=sha256 type=asc encoding=ascii len=102400 api=stream: 0.36778
concurrent=1 algo=sha256 type=asc encoding=ascii len=102400 api=digest: 1.2178
concurrent=1 algo=sha256 type=asc encoding=ascii len=1048576 api=legacy: 2.0210
concurrent=1 algo=sha256 type=asc encoding=ascii len=1048576 api=stream: 1.4446
concurrent=1 algo=sha256 type=asc encoding=ascii len=1048576 api=digest: 1.9246
concurrent=1 algo=sha256 type=asc encoding=utf-8 len=2 api=legacy: 0.000086787
concurrent=1 algo=sha256 type=asc encoding=utf-8 len=2 api=stream: 0.0000088160
concurrent=1 algo=sha256 type=asc encoding=utf-8 len=2 api=digest: 0.000040071
concurrent=1 algo=sha256 type=asc encoding=utf-8 len=1024 api=legacy: 0.048544
concurrent=1 algo=sha256 type=asc encoding=utf-8 len=1024 api=stream: 0.0044709
concurrent=1 algo=sha256 type=asc encoding=utf-8 len=1024 api=digest: 0.018935
concurrent=1 algo=sha256 type=asc encoding=utf-8 len=102400 api=legacy: 1.5595
concurrent=1 algo=sha256 type=asc encoding=utf-8 len=102400 api=stream: 0.35228
concurrent=1 algo=sha256 type=asc encoding=utf-8 len=102400 api=digest: 0.96579
concurrent=1 algo=sha256 type=asc encoding=utf-8 len=1048576 api=legacy: 2.0160
concurrent=1 algo=sha256 type=asc encoding=utf-8 len=1048576 api=stream: 1.4469
concurrent=1 algo=sha256 type=asc encoding=utf-8 len=1048576 api=digest: 1.8940
concurrent=1 algo=sha256 type=asc encoding=binary len=2 api=legacy: 0.00010037
concurrent=1 algo=sha256 type=asc encoding=binary len=2 api=stream: 0.0000088194
concurrent=1 algo=sha256 type=asc encoding=binary len=2 api=digest: 0.000039094
concurrent=1 algo=sha256 type=asc encoding=binary len=1024 api=legacy: 0.048525
concurrent=1 algo=sha256 type=asc encoding=binary len=1024 api=stream: 0.0044615
concurrent=1 algo=sha256 type=asc encoding=binary len=1024 api=digest: 0.026297
concurrent=1 algo=sha256 type=asc encoding=binary len=102400 api=legacy: 1.5620
concurrent=1 algo=sha256 type=asc encoding=binary len=102400 api=stream: 0.32872
concurrent=1 algo=sha256 type=asc encoding=binary len=102400 api=digest: 1.0237
concurrent=1 algo=sha256 type=asc encoding=binary len=1048576 api=legacy: 1.9097
concurrent=1 algo=sha256 type=asc encoding=binary len=1048576 api=stream: 1.4343
concurrent=1 algo=sha256 type=asc encoding=binary len=1048576 api=digest: 1.9394
concurrent=1 algo=sha256 type=asc encoding=buffer len=2 api=legacy: 0.000068258
concurrent=1 algo=sha256 type=asc encoding=buffer len=2 api=stream: 0.0000088067
concurrent=1 algo=sha256 type=asc encoding=buffer len=2 api=digest: 0.000051828
concurrent=1 algo=sha256 type=asc encoding=buffer len=1024 api=legacy: 0.045656
concurrent=1 algo=sha256 type=asc encoding=buffer len=1024 api=stream: 0.0043493
concurrent=1 algo=sha256 type=asc encoding=buffer len=1024 api=digest: 0.018292
concurrent=1 algo=sha256 type=asc encoding=buffer len=102400 api=legacy: 1.5330
concurrent=1 algo=sha256 type=asc encoding=buffer len=102400 api=stream: 0.37138
concurrent=1 algo=sha256 type=asc encoding=buffer len=102400 api=digest: 1.2087
concurrent=1 algo=sha256 type=asc encoding=buffer len=1048576 api=legacy: 2.0306
concurrent=1 algo=sha256 type=asc encoding=buffer len=1048576 api=stream: 1.4500
concurrent=1 algo=sha256 type=asc encoding=buffer len=1048576 api=digest: 1.8592
concurrent=1 algo=sha256 type=utf encoding=ascii len=2 api=legacy: 0.00010010
concurrent=1 algo=sha256 type=utf encoding=ascii len=2 api=stream: 0.0000084612
concurrent=1 algo=sha256 type=utf encoding=ascii len=2 api=digest: 0.000037002
concurrent=1 algo=sha256 type=utf encoding=ascii len=1024 api=legacy: 0.048912
concurrent=1 algo=sha256 type=utf encoding=ascii len=1024 api=stream: 0.0044695
concurrent=1 algo=sha256 type=utf encoding=ascii len=1024 api=digest: 0.019463
concurrent=1 algo=sha256 type=utf encoding=ascii len=102400 api=legacy: 1.4087
concurrent=1 algo=sha256 type=utf encoding=ascii len=102400 api=stream: 0.36460
concurrent=1 algo=sha256 type=utf encoding=ascii len=102400 api=digest: 0.91317
concurrent=1 algo=sha256 type=utf encoding=ascii len=1048576 api=legacy: 1.8076
concurrent=1 algo=sha256 type=utf encoding=ascii len=1048576 api=stream: 1.3214
concurrent=1 algo=sha256 type=utf encoding=ascii len=1048576 api=digest: 1.6633
concurrent=1 algo=sha256 type=utf encoding=utf-8 len=2 api=legacy: 0.00010129
concurrent=1 algo=sha256 type=utf encoding=utf-8 len=2 api=stream: 0.0000083501
concurrent=1 algo=sha256 type=utf encoding=utf-8 len=2 api=digest: 0.000052058
concurrent=1 algo=sha256 type=utf encoding=utf-8 len=1024 api=legacy: 0.047353
concurrent=1 algo=sha256 type=utf encoding=utf-8 len=1024 api=stream: 0.0042815
concurrent=1 algo=sha256 type=utf encoding=utf-8 len=1024 api=digest: 0.026595
concurrent=1 algo=sha256 type=utf encoding=utf-8 len=102400 api=legacy: 1.4118
concurrent=1 algo=sha256 type=utf encoding=utf-8 len=102400 api=stream: 0.36536
concurrent=1 algo=sha256 type=utf encoding=utf-8 len=102400 api=digest: 1.0843
concurrent=1 algo=sha256 type=utf encoding=utf-8 len=1048576 api=legacy: 1.7992
concurrent=1 algo=sha256 type=utf encoding=utf-8 len=1048576 api=stream: 1.3218
concurrent=1 algo=sha256 type=utf encoding=utf-8 len=1048576 api=digest: 1.6623
concurrent=1 algo=sha256 type=utf encoding=binary len=2 api=legacy: 0.00010138
concurrent=1 algo=sha256 type=utf encoding=binary len=2 api=stream: 0.0000087769
concurrent=1 algo=sha256 type=utf encoding=binary len=2 api=digest: 0.000052517
concurrent=1 algo=sha256 type=utf encoding=binary len=1024 api=legacy: 0.048726
concurrent=1 algo=sha256 type=utf encoding=binary len=1024 api=stream: 0.0044488
concurrent=1 algo=sha256 type=utf encoding=binary len=1024 api=digest: 0.026553
concurrent=1 algo=sha256 type=utf encoding=binary len=102400 api=legacy: 1.3235
concurrent=1 algo=sha256 type=utf encoding=binary len=102400 api=stream: 0.35125
concurrent=1 algo=sha256 type=utf encoding=binary len=102400 api=digest: 1.0348
concurrent=1 algo=sha256 type=utf encoding=binary len=1048576 api=legacy: 1.7828
concurrent=1 algo=sha256 type=utf encoding=binary len=1048576 api=stream: 1.3127
concurrent=1 algo=sha256 type=utf encoding=binary len=1048576 api=digest: 1.6522
concurrent=1 algo=sha256 type=utf encoding=buffer len=2 api=legacy: 0.000095049
concurrent=1 algo=sha256 type=utf encoding=buffer len=2 api=stream: 0.0000087802
concurrent=1 algo=sha256 type=utf encoding=buffer len=2 api=digest: 0.000039399
concurrent=1 algo=sha256 type=utf encoding=buffer len=1024 api=legacy: 0.045978
concurrent=1 algo=sha256 type=utf encoding=buffer len=1024 api=stream: 0.0045011
concurrent=1 algo=sha256 type=utf encoding=buffer len=1024 api=digest: 0.024036
concurrent=1 algo=sha256 type=utf encoding=buffer len=102400 api=legacy: 1.3871
concurrent=1 algo=sha256 type=utf encoding=buffer len=102400 api=stream: 0.35103
concurrent=1 algo=sha256 type=utf encoding=buffer len=102400 api=digest: 1.0544
concurrent=1 algo=sha256 type=utf encoding=buffer len=1048576 api=legacy: 1.7045
concurrent=1 algo=sha256 type=utf encoding=buffer len=1048576 api=stream: 1.2847
concurrent=1 algo=sha256 type=utf encoding=buffer len=1048576 api=digest: 1.6807
concurrent=1 algo=sha256 type=buf encoding=ascii len=2 api=legacy: 0.00010005
concurrent=1 algo=sha256 type=buf encoding=ascii len=2 api=stream: 0.0000087476
concurrent=1 algo=sha256 type=buf encoding=ascii len=2 api=digest: 0.000039153
concurrent=1 algo=sha256 type=buf encoding=ascii len=1024 api=legacy: 0.050223
concurrent=1 algo=sha256 type=buf encoding=ascii len=1024 api=stream: 0.0044537
concurrent=1 algo=sha256 type=buf encoding=ascii len=1024 api=digest: 0.020364
concurrent=1 algo=sha256 type=buf encoding=ascii len=102400 api=legacy: 1.5941
concurrent=1 algo=sha256 type=buf encoding=ascii len=102400 api=stream: 0.37747
concurrent=1 algo=sha256 type=buf encoding=ascii len=102400 api=digest: 1.3208
concurrent=1 algo=sha256 type=buf encoding=ascii len=1048576 api=legacy: 2.1959
concurrent=1 algo=sha256 type=buf encoding=ascii len=1048576 api=stream: 1.5163
concurrent=1 algo=sha256 type=buf encoding=ascii len=1048576 api=digest: 1.9033
concurrent=1 algo=sha256 type=buf encoding=utf-8 len=2 api=legacy: 0.000096466
concurrent=1 algo=sha256 type=buf encoding=utf-8 len=2 api=stream: 0.0000069983
concurrent=1 algo=sha256 type=buf encoding=utf-8 len=2 api=digest: 0.000049700
concurrent=1 algo=sha256 type=buf encoding=utf-8 len=1024 api=legacy: 0.049621
concurrent=1 algo=sha256 type=buf encoding=utf-8 len=1024 api=stream: 0.0044483
concurrent=1 algo=sha256 type=buf encoding=utf-8 len=1024 api=digest: 0.020640
concurrent=1 algo=sha256 type=buf encoding=utf-8 len=102400 api=legacy: 1.5920
concurrent=1 algo=sha256 type=buf encoding=utf-8 len=102400 api=stream: 0.37782
concurrent=1 algo=sha256 type=buf encoding=utf-8 len=102400 api=digest: 0.97027
concurrent=1 algo=sha256 type=buf encoding=utf-8 len=1048576 api=legacy: 2.2039
concurrent=1 algo=sha256 type=buf encoding=utf-8 len=1048576 api=stream: 1.5049
concurrent=1 algo=sha256 type=buf encoding=utf-8 len=1048576 api=digest: 1.9827
concurrent=1 algo=sha256 type=buf encoding=binary len=2 api=legacy: 0.000095650
concurrent=1 algo=sha256 type=buf encoding=binary len=2 api=stream: 0.0000086962
concurrent=1 algo=sha256 type=buf encoding=binary len=2 api=digest: 0.000056532
concurrent=1 algo=sha256 type=buf encoding=binary len=1024 api=legacy: 0.049526
concurrent=1 algo=sha256 type=buf encoding=binary len=1024 api=stream: 0.0042681
concurrent=1 algo=sha256 type=buf encoding=binary len=1024 api=digest: 0.026478
concurrent=1 algo=sha256 type=buf encoding=binary len=102400 api=legacy: 1.5981
concurrent=1 algo=sha256 type=buf encoding=binary len=102400 api=stream: 0.37491
concurrent=1 algo=sha256 type=buf encoding=binary len=102400 api=digest: 1.0306
concurrent=1 algo=sha256 type=buf encoding=binary len=1048576 api=legacy: 2.1949
concurrent=1 algo=sha256 type=buf encoding=binary len=1048576 api=stream: 1.5205
concurrent=1 algo=sha256 type=buf encoding=binary len=1048576 api=digest: 1.9432
concurrent=1 algo=sha256 type=buf encoding=buffer len=2 api=legacy: 0.000092223
concurrent=1 algo=sha256 type=buf encoding=buffer len=2 api=stream: 0.0000082594
concurrent=1 algo=sha256 type=buf encoding=buffer len=2 api=digest: 0.000036620
concurrent=1 algo=sha256 type=buf encoding=buffer len=1024 api=legacy: 0.047013
concurrent=1 algo=sha256 type=buf encoding=buffer len=1024 api=stream: 0.0044445
concurrent=1 algo=sha256 type=buf encoding=buffer len=1024 api=digest: 0.017633
concurrent=1 algo=sha256 type=buf encoding=buffer len=102400 api=legacy: 1.5688
concurrent=1 algo=sha256 type=buf encoding=buffer len=102400 api=stream: 0.37896
concurrent=1 algo=sha256 type=buf encoding=buffer len=102400 api=digest: 1.1953
concurrent=1 algo=sha256 type=buf encoding=buffer len=1048576 api=legacy: 2.1324
concurrent=1 algo=sha256 type=buf encoding=buffer len=1048576 api=stream: 1.5348
concurrent=1 algo=sha256 type=buf encoding=buffer len=1048576 api=digest: 1.9417
concurrent=1 algo=md5 type=asc encoding=ascii len=2 api=legacy: 0.00010010
concurrent=1 algo=md5 type=asc encoding=ascii len=2 api=stream: 0.0000085858
concurrent=1 algo=md5 type=asc encoding=ascii len=2 api=digest: 0.000041817
concurrent=1 algo=md5 type=asc encoding=ascii len=1024 api=legacy: 0.049939
concurrent=1 algo=md5 type=asc encoding=ascii len=1024 api=stream: 0.0044679
concurrent=1 algo=md5 type=asc encoding=ascii len=1024 api=digest: 0.026189
concurrent=1 algo=md5 type=asc encoding=ascii len=102400 api=legacy: 2.6479
concurrent=1 algo=md5 type=asc encoding=ascii len=102400 api=stream: 0.40536
concurrent=1 algo=md5 type=asc encoding=ascii len=102400 api=digest: 1.3978
concurrent=1 algo=md5 type=asc encoding=ascii len=1048576 api=legacy: 4.3827
concurrent=1 algo=md5 type=asc encoding=ascii len=1048576 api=stream: 2.2586
concurrent=1 algo=md5 type=asc encoding=ascii len=1048576 api=digest: 4.0189
concurrent=1 algo=md5 type=asc encoding=utf-8 len=2 api=legacy: 0.00010156
concurrent=1 algo=md5 type=asc encoding=utf-8 len=2 api=stream: 0.0000077399
concurrent=1 algo=md5 type=asc encoding=utf-8 len=2 api=digest: 0.000039961
concurrent=1 algo=md5 type=asc encoding=utf-8 len=1024 api=legacy: 0.047779
concurrent=1 algo=md5 type=asc encoding=utf-8 len=1024 api=stream: 0.0041446
concurrent=1 algo=md5 type=asc encoding=utf-8 len=1024 api=digest: 0.028921
concurrent=1 algo=md5 type=asc encoding=utf-8 len=102400 api=legacy: 2.6413
concurrent=1 algo=md5 type=asc encoding=utf-8 len=102400 api=stream: 0.41517
concurrent=1 algo=md5 type=asc encoding=utf-8 len=102400 api=digest: 1.3318
concurrent=1 algo=md5 type=asc encoding=utf-8 len=1048576 api=legacy: 4.3212
concurrent=1 algo=md5 type=asc encoding=utf-8 len=1048576 api=stream: 2.3131
concurrent=1 algo=md5 type=asc encoding=utf-8 len=1048576 api=digest: 4.1630
concurrent=1 algo=md5 type=asc encoding=binary len=2 api=legacy: 0.000099277
concurrent=1 algo=md5 type=asc encoding=binary len=2 api=stream: 0.0000084118
concurrent=1 algo=md5 type=asc encoding=binary len=2 api=digest: 0.000053871
concurrent=1 algo=md5 type=asc encoding=binary len=1024 api=legacy: 0.049943
concurrent=1 algo=md5 type=asc encoding=binary len=1024 api=stream: 0.0044286
concurrent=1 algo=md5 type=asc encoding=binary len=1024 api=digest: 0.026433
concurrent=1 algo=md5 type=asc encoding=binary len=102400 api=legacy: 2.6508
concurrent=1 algo=md5 type=asc encoding=binary len=102400 api=stream: 0.40894
concurrent=1 algo=md5 type=asc encoding=binary len=102400 api=digest: 1.2931
concurrent=1 algo=md5 type=asc encoding=binary len=1048576 api=legacy: 4.4336
concurrent=1 algo=md5 type=asc encoding=binary len=1048576 api=stream: 2.3162
concurrent=1 algo=md5 type=asc encoding=binary len=1048576 api=digest: 4.0976
concurrent=1 algo=md5 type=asc encoding=buffer len=2 api=legacy: 0.000094148
concurrent=1 algo=md5 type=asc encoding=buffer len=2 api=stream: 0.0000087696
concurrent=1 algo=md5 type=asc encoding=buffer len=2 api=digest: 0.000035881
concurrent=1 algo=md5 type=asc encoding=buffer len=1024 api=legacy: 0.046738
concurrent=1 algo=md5 type=asc encoding=buffer len=1024 api=stream: 0.0044386
concurrent=1 algo=md5 type=asc encoding=buffer len=1024 api=digest: 0.018436
concurrent=1 algo=md5 type=asc encoding=buffer len=102400 api=legacy: 2.5011
concurrent=1 algo=md5 type=asc encoding=buffer len=102400 api=stream: 0.40991
concurrent=1 algo=md5 type=asc encoding=buffer len=102400 api=digest: 1.6999
concurrent=1 algo=md5 type=asc encoding=buffer len=1048576 api=legacy: 4.3103
concurrent=1 algo=md5 type=asc encoding=buffer len=1048576 api=stream: 2.3159
concurrent=1 algo=md5 type=asc encoding=buffer len=1048576 api=digest: 4.0647
concurrent=1 algo=md5 type=utf encoding=ascii len=2 api=legacy: 0.000099666
concurrent=1 algo=md5 type=utf encoding=ascii len=2 api=stream: 0.0000084970
concurrent=1 algo=md5 type=utf encoding=ascii len=2 api=digest: 0.000058103
concurrent=1 algo=md5 type=utf encoding=ascii len=1024 api=legacy: 0.042260
concurrent=1 algo=md5 type=utf encoding=ascii len=1024 api=stream: 0.0035623
concurrent=1 algo=md5 type=utf encoding=ascii len=1024 api=digest: 0.019453
concurrent=1 algo=md5 type=utf encoding=ascii len=102400 api=legacy: 2.2407
concurrent=1 algo=md5 type=utf encoding=ascii len=102400 api=stream: 0.38857
concurrent=1 algo=md5 type=utf encoding=ascii len=102400 api=digest: 1.4751
concurrent=1 algo=md5 type=utf encoding=ascii len=1048576 api=legacy: 3.4381
concurrent=1 algo=md5 type=utf encoding=ascii len=1048576 api=stream: 2.0163
concurrent=1 algo=md5 type=utf encoding=ascii len=1048576 api=digest: 3.0579
concurrent=1 algo=md5 type=utf encoding=utf-8 len=2 api=legacy: 0.00010173
concurrent=1 algo=md5 type=utf encoding=utf-8 len=2 api=stream: 0.0000086311
concurrent=1 algo=md5 type=utf encoding=utf-8 len=2 api=digest: 0.000037036
concurrent=1 algo=md5 type=utf encoding=utf-8 len=1024 api=legacy: 0.050737
concurrent=1 algo=md5 type=utf encoding=utf-8 len=1024 api=stream: 0.0044820
concurrent=1 algo=md5 type=utf encoding=utf-8 len=1024 api=digest: 0.020011
concurrent=1 algo=md5 type=utf encoding=utf-8 len=102400 api=legacy: 2.2210
concurrent=1 algo=md5 type=utf encoding=utf-8 len=102400 api=stream: 0.40009
concurrent=1 algo=md5 type=utf encoding=utf-8 len=102400 api=digest: 1.3440
concurrent=1 algo=md5 type=utf encoding=utf-8 len=1048576 api=legacy: 3.4146
concurrent=1 algo=md5 type=utf encoding=utf-8 len=1048576 api=stream: 1.9669
concurrent=1 algo=md5 type=utf encoding=utf-8 len=1048576 api=digest: 2.9153
concurrent=1 algo=md5 type=utf encoding=binary len=2 api=legacy: 0.00010016
concurrent=1 algo=md5 type=utf encoding=binary len=2 api=stream: 0.0000083557
concurrent=1 algo=md5 type=utf encoding=binary len=2 api=digest: 0.000037984
concurrent=1 algo=md5 type=utf encoding=binary len=1024 api=legacy: 0.050308
concurrent=1 algo=md5 type=utf encoding=binary len=1024 api=stream: 0.0044266
concurrent=1 algo=md5 type=utf encoding=binary len=1024 api=digest: 0.019710
concurrent=1 algo=md5 type=utf encoding=binary len=102400 api=legacy: 2.1753
concurrent=1 algo=md5 type=utf encoding=binary len=102400 api=stream: 0.40062
concurrent=1 algo=md5 type=utf encoding=binary len=102400 api=digest: 1.3688
concurrent=1 algo=md5 type=utf encoding=binary len=1048576 api=legacy: 2.9309
concurrent=1 algo=md5 type=utf encoding=binary len=1048576 api=stream: 2.0395
concurrent=1 algo=md5 type=utf encoding=binary len=1048576 api=digest: 2.9359
concurrent=1 algo=md5 type=utf encoding=buffer len=2 api=legacy: 0.000094032
concurrent=1 algo=md5 type=utf encoding=buffer len=2 api=stream: 0.0000087660
concurrent=1 algo=md5 type=utf encoding=buffer len=2 api=digest: 0.000050400
concurrent=1 algo=md5 type=utf encoding=buffer len=1024 api=legacy: 0.046080
concurrent=1 algo=md5 type=utf encoding=buffer len=1024 api=stream: 0.0043229
concurrent=1 algo=md5 type=utf encoding=buffer len=1024 api=digest: 0.028000
concurrent=1 algo=md5 type=utf encoding=buffer len=102400 api=legacy: 2.1766
concurrent=1 algo=md5 type=utf encoding=buffer len=102400 api=stream: 0.39886
concurrent=1 algo=md5 type=utf encoding=buffer len=102400 api=digest: 1.2042
concurrent=1 algo=md5 type=utf encoding=buffer len=1048576 api=legacy: 3.4235
concurrent=1 algo=md5 type=utf encoding=buffer len=1048576 api=stream: 2.0377
concurrent=1 algo=md5 type=utf encoding=buffer len=1048576 api=digest: 2.9078
concurrent=1 algo=md5 type=buf encoding=ascii len=2 api=legacy: 0.000076341
concurrent=1 algo=md5 type=buf encoding=ascii len=2 api=stream: 0.0000054482
concurrent=1 algo=md5 type=buf encoding=ascii len=2 api=digest: 0.000052755
concurrent=1 algo=md5 type=buf encoding=ascii len=1024 api=legacy: 0.050197
concurrent=1 algo=md5 type=buf encoding=ascii len=1024 api=stream: 0.0043868
concurrent=1 algo=md5 type=buf encoding=ascii len=1024 api=digest: 0.020025
concurrent=1 algo=md5 type=buf encoding=ascii len=102400 api=legacy: 2.6478
concurrent=1 algo=md5 type=buf encoding=ascii len=102400 api=stream: 0.41239
concurrent=1 algo=md5 type=buf encoding=ascii len=102400 api=digest: 1.8675
concurrent=1 algo=md5 type=buf encoding=ascii len=1048576 api=legacy: 5.2715
concurrent=1 algo=md5 type=buf encoding=ascii len=1048576 api=stream: 2.5408
concurrent=1 algo=md5 type=buf encoding=ascii len=1048576 api=digest: 3.6458
concurrent=1 algo=md5 type=buf encoding=utf-8 len=2 api=legacy: 0.00010116
concurrent=1 algo=md5 type=buf encoding=utf-8 len=2 api=stream: 0.0000086665
concurrent=1 algo=md5 type=buf encoding=utf-8 len=2 api=digest: 0.000031372
concurrent=1 algo=md5 type=buf encoding=utf-8 len=1024 api=legacy: 0.050439
concurrent=1 algo=md5 type=buf encoding=utf-8 len=1024 api=stream: 0.0044125
concurrent=1 algo=md5 type=buf encoding=utf-8 len=1024 api=digest: 0.020655
concurrent=1 algo=md5 type=buf encoding=utf-8 len=102400 api=legacy: 2.6613
concurrent=1 algo=md5 type=buf encoding=utf-8 len=102400 api=stream: 0.41178
concurrent=1 algo=md5 type=buf encoding=utf-8 len=102400 api=digest: 1.7168
concurrent=1 algo=md5 type=buf encoding=utf-8 len=1048576 api=legacy: 5.0733
concurrent=1 algo=md5 type=buf encoding=utf-8 len=1048576 api=stream: 2.2466
concurrent=1 algo=md5 type=buf encoding=utf-8 len=1048576 api=digest: 3.6670
concurrent=1 algo=md5 type=buf encoding=binary len=2 api=legacy: 0.000096101
concurrent=1 algo=md5 type=buf encoding=binary len=2 api=stream: 0.0000082034
concurrent=1 algo=md5 type=buf encoding=binary len=2 api=digest: 0.000052349
concurrent=1 algo=md5 type=buf encoding=binary len=1024 api=legacy: 0.049979
concurrent=1 algo=md5 type=buf encoding=binary len=1024 api=stream: 0.0044086
concurrent=1 algo=md5 type=buf encoding=binary len=1024 api=digest: 0.019808
concurrent=1 algo=md5 type=buf encoding=binary len=102400 api=legacy: 2.6599
concurrent=1 algo=md5 type=buf encoding=binary len=102400 api=stream: 0.41730
concurrent=1 algo=md5 type=buf encoding=binary len=102400 api=digest: 1.6518
concurrent=1 algo=md5 type=buf encoding=binary len=1048576 api=legacy: 5.2815
concurrent=1 algo=md5 type=buf encoding=binary len=1048576 api=stream: 2.5618
concurrent=1 algo=md5 type=buf encoding=binary len=1048576 api=digest: 3.8664
concurrent=1 algo=md5 type=buf encoding=buffer len=2 api=legacy: 0.000093854
concurrent=1 algo=md5 type=buf encoding=buffer len=2 api=stream: 0.0000087719
concurrent=1 algo=md5 type=buf encoding=buffer len=2 api=digest: 0.000053374
concurrent=1 algo=md5 type=buf encoding=buffer len=1024 api=legacy: 0.047760
concurrent=1 algo=md5 type=buf encoding=buffer len=1024 api=stream: 0.0044063
concurrent=1 algo=md5 type=buf encoding=buffer len=1024 api=digest: 0.019121
concurrent=1 algo=md5 type=buf encoding=buffer len=102400 api=legacy: 2.6696
concurrent=1 algo=md5 type=buf encoding=buffer len=102400 api=stream: 0.42190
concurrent=1 algo=md5 type=buf encoding=buffer len=102400 api=digest: 1.4149
concurrent=1 algo=md5 type=buf encoding=buffer len=1048576 api=legacy: 5.2454
concurrent=1 algo=md5 type=buf encoding=buffer len=1048576 api=stream: 2.4351
concurrent=1 algo=md5 type=buf encoding=buffer len=1048576 api=digest: 4.0887
concurrent=10 algo=sha256 type=asc encoding=ascii len=2 api=legacy: 0.00070745
concurrent=10 algo=sha256 type=asc encoding=ascii len=2 api=stream: 0.000050855
concurrent=10 algo=sha256 type=asc encoding=ascii len=2 api=digest: 0.00032840
concurrent=10 algo=sha256 type=asc encoding=ascii len=1024 api=legacy: 0.32065
concurrent=10 algo=sha256 type=asc encoding=ascii len=1024 api=stream: 0.024336
concurrent=10 algo=sha256 type=asc encoding=ascii len=1024 api=digest: 0.19190
concurrent=10 algo=sha256 type=asc encoding=ascii len=102400 api=legacy: 1.9970
concurrent=10 algo=sha256 type=asc encoding=ascii len=102400 api=stream: 1.2113
concurrent=10 algo=sha256 type=asc encoding=ascii len=102400 api=digest: 3.7673
concurrent=10 algo=sha256 type=asc encoding=ascii len=1048576 api=legacy: 2.2353
concurrent=10 algo=sha256 type=asc encoding=ascii len=1048576 api=stream: 2.0758
concurrent=10 algo=sha256 type=asc encoding=ascii len=1048576 api=digest: 6.4561
concurrent=10 algo=sha256 type=asc encoding=utf-8 len=2 api=legacy: 0.00074214
concurrent=10 algo=sha256 type=asc encoding=utf-8 len=2 api=stream: 0.000049310
concurrent=10 algo=sha256 type=asc encoding=utf-8 len=2 api=digest: 0.00035809
concurrent=10 algo=sha256 type=asc encoding=utf-8 len=1024 api=legacy: 0.32292
concurrent=10 algo=sha256 type=asc encoding=utf-8 len=1024 api=stream: 0.024585
concurrent=10 algo=sha256 type=asc encoding=utf-8 len=1024 api=digest: 0.23796
concurrent=10 algo=sha256 type=asc encoding=utf-8 len=102400 api=legacy: 2.1380
concurrent=10 algo=sha256 type=asc encoding=utf-8 len=102400 api=stream: 1.1909
concurrent=10 algo=sha256 type=asc encoding=utf-8 len=102400 api=digest: 5.2707
concurrent=10 algo=sha256 type=asc encoding=utf-8 len=1048576 api=legacy: 2.2383
concurrent=10 algo=sha256 type=asc encoding=utf-8 len=1048576 api=stream: 2.0658
concurrent=10 algo=sha256 type=asc encoding=utf-8 len=1048576 api=digest: 6.6803
concurrent=10 algo=sha256 type=asc encoding=binary len=2 api=legacy: 0.00075852
concurrent=10 algo=sha256 type=asc encoding=binary len=2 api=stream: 0.000041576
concurrent=10 algo=sha256 type=asc encoding=binary len=2 api=digest: 0.00037620
concurrent=10 algo=sha256 type=asc encoding=binary len=1024 api=legacy: 0.31270
concurrent=10 algo=sha256 type=asc encoding=binary len=1024 api=stream: 0.025047
concurrent=10 algo=sha256 type=asc encoding=binary len=1024 api=digest: 0.21358
concurrent=10 algo=sha256 type=asc encoding=binary len=102400 api=legacy: 2.1387
concurrent=10 algo=sha256 type=asc encoding=binary len=102400 api=stream: 1.2071
concurrent=10 algo=sha256 type=asc encoding=binary len=102400 api=digest: 3.5960
concurrent=10 algo=sha256 type=asc encoding=binary len=1048576 api=legacy: 2.2328
concurrent=10 algo=sha256 type=asc encoding=binary len=1048576 api=stream: 2.0724
concurrent=10 algo=sha256 type=asc encoding=binary len=1048576 api=digest: 6.6486
concurrent=10 algo=sha256 type=asc encoding=buffer len=2 api=legacy: 0.00069126
concurrent=10 algo=sha256 type=asc encoding=buffer len=2 api=stream: 0.000037177
concurrent=10 algo=sha256 type=asc encoding=buffer len=2 api=digest: 0.00035246
concurrent=10 algo=sha256 type=asc encoding=buffer len=1024 api=legacy: 0.27142
concurrent=10 algo=sha256 type=asc encoding=buffer len=1024 api=stream: 0.020732
concurrent=10 algo=sha256 type=asc encoding=buffer len=1024 api=digest: 0.13652
concurrent=10 algo=sha256 type=asc encoding=buffer len=102400 api=legacy: 2.0478
concurrent=10 algo=sha256 type=asc encoding=buffer len=102400 api=stream: 1.2196
concurrent=10 algo=sha256 type=asc encoding=buffer len=102400 api=digest: 4.8159
concurrent=10 algo=sha256 type=asc encoding=buffer len=1048576 api=legacy: 2.1950
concurrent=10 algo=sha256 type=asc encoding=buffer len=1048576 api=stream: 2.0757
concurrent=10 algo=sha256 type=asc encoding=buffer len=1048576 api=digest: 5.8672
concurrent=10 algo=sha256 type=utf encoding=ascii len=2 api=legacy: 0.00074789
concurrent=10 algo=sha256 type=utf encoding=ascii len=2 api=stream: 0.000039455
concurrent=10 algo=sha256 type=utf encoding=ascii len=2 api=digest: 0.00035298
concurrent=10 algo=sha256 type=utf encoding=ascii len=1024 api=legacy: 0.31465
concurrent=10 algo=sha256 type=utf encoding=ascii len=1024 api=stream: 0.025107
concurrent=10 algo=sha256 type=utf encoding=ascii len=1024 api=digest: 0.20731
concurrent=10 algo=sha256 type=utf encoding=ascii len=102400 api=legacy: 1.8802
concurrent=10 algo=sha256 type=utf encoding=ascii len=102400 api=stream: 1.1194
concurrent=10 algo=sha256 type=utf encoding=ascii len=102400 api=digest: 3.7206
concurrent=10 algo=sha256 type=utf encoding=ascii len=1048576 api=legacy: 1.9572
concurrent=10 algo=sha256 type=utf encoding=ascii len=1048576 api=stream: 1.8404
concurrent=10 algo=sha256 type=utf encoding=ascii len=1048576 api=digest: 4.4825
concurrent=10 algo=sha256 type=utf encoding=utf-8 len=2 api=legacy: 0.00074057
concurrent=10 algo=sha256 type=utf encoding=utf-8 len=2 api=stream: 0.000049167
concurrent=10 algo=sha256 type=utf encoding=utf-8 len=2 api=digest: 0.00036474
concurrent=10 algo=sha256 type=utf encoding=utf-8 len=1024 api=legacy: 0.30030
concurrent=10 algo=sha256 type=utf encoding=utf-8 len=1024 api=stream: 0.025055
concurrent=10 algo=sha256 type=utf encoding=utf-8 len=1024 api=digest: 0.19504
concurrent=10 algo=sha256 type=utf encoding=utf-8 len=102400 api=legacy: 1.8275
concurrent=10 algo=sha256 type=utf encoding=utf-8 len=102400 api=stream: 1.1217
concurrent=10 algo=sha256 type=utf encoding=utf-8 len=102400 api=digest: 3.5288
concurrent=10 algo=sha256 type=utf encoding=utf-8 len=1048576 api=legacy: 1.9635
concurrent=10 algo=sha256 type=utf encoding=utf-8 len=1048576 api=stream: 1.8071
concurrent=10 algo=sha256 type=utf encoding=utf-8 len=1048576 api=digest: 4.6356
concurrent=10 algo=sha256 type=utf encoding=binary len=2 api=legacy: 0.00074474
concurrent=10 algo=sha256 type=utf encoding=binary len=2 api=stream: 0.000046263
concurrent=10 algo=sha256 type=utf encoding=binary len=2 api=digest: 0.00040888
concurrent=10 algo=sha256 type=utf encoding=binary len=1024 api=legacy: 0.30755
concurrent=10 algo=sha256 type=utf encoding=binary len=1024 api=stream: 0.023489
concurrent=10 algo=sha256 type=utf encoding=binary len=1024 api=digest: 0.14009
concurrent=10 algo=sha256 type=utf encoding=binary len=102400 api=legacy: 1.8472
concurrent=10 algo=sha256 type=utf encoding=binary len=102400 api=stream: 1.1231
concurrent=10 algo=sha256 type=utf encoding=binary len=102400 api=digest: 3.7185
concurrent=10 algo=sha256 type=utf encoding=binary len=1048576 api=legacy: 1.9271
concurrent=10 algo=sha256 type=utf encoding=binary len=1048576 api=stream: 1.8178
concurrent=10 algo=sha256 type=utf encoding=binary len=1048576 api=digest: 5.0671
concurrent=10 algo=sha256 type=utf encoding=buffer len=2 api=legacy: 0.00067675
concurrent=10 algo=sha256 type=utf encoding=buffer len=2 api=stream: 0.000050128
concurrent=10 algo=sha256 type=utf encoding=buffer len=2 api=digest: 0.00040730
concurrent=10 algo=sha256 type=utf encoding=buffer len=1024 api=legacy: 0.29349
concurrent=10 algo=sha256 type=utf encoding=buffer len=1024 api=stream: 0.023999
concurrent=10 algo=sha256 type=utf encoding=buffer len=1024 api=digest: 0.14317
concurrent=10 algo=sha256 type=utf encoding=buffer len=102400 api=legacy: 1.8719
concurrent=10 algo=sha256 type=utf encoding=buffer len=102400 api=stream: 1.1020
concurrent=10 algo=sha256 type=utf encoding=buffer len=102400 api=digest: 3.7331
concurrent=10 algo=sha256 type=utf encoding=buffer len=1048576 api=legacy: 1.9506
concurrent=10 algo=sha256 type=utf encoding=buffer len=1048576 api=stream: 1.8144
concurrent=10 algo=sha256 type=utf encoding=buffer len=1048576 api=digest: 5.0429
concurrent=10 algo=sha256 type=buf encoding=ascii len=2 api=legacy: 0.00069331
concurrent=10 algo=sha256 type=buf encoding=ascii len=2 api=stream: 0.000050118
concurrent=10 algo=sha256 type=buf encoding=ascii len=2 api=digest: 0.00034984
concurrent=10 algo=sha256 type=buf encoding=ascii len=1024 api=legacy: 0.28916
concurrent=10 algo=sha256 type=buf encoding=ascii len=1024 api=stream: 0.019909
concurrent=10 algo=sha256 type=buf encoding=ascii len=1024 api=digest: 0.14468
concurrent=10 algo=sha256 type=buf encoding=ascii len=102400 api=legacy: 2.0626
concurrent=10 algo=sha256 type=buf encoding=ascii len=102400 api=stream: 1.2151
concurrent=10 algo=sha256 type=buf encoding=ascii len=102400 api=digest: 3.5689
concurrent=10 algo=sha256 type=buf encoding=ascii len=1048576 api=legacy: 2.2756
concurrent=10 algo=sha256 type=buf encoding=ascii len=1048576 api=stream: 2.1217
concurrent=10 algo=sha256 type=buf encoding=ascii len=1048576 api=digest: 4.6677
concurrent=10 algo=sha256 type=buf encoding=utf-8 len=2 api=legacy: 0.00074189
concurrent=10 algo=sha256 type=buf encoding=utf-8 len=2 api=stream: 0.000045618
concurrent=10 algo=sha256 type=buf encoding=utf-8 len=2 api=digest: 0.00025879
concurrent=10 algo=sha256 type=buf encoding=utf-8 len=1024 api=legacy: 0.32478
concurrent=10 algo=sha256 type=buf encoding=utf-8 len=1024 api=stream: 0.023322
concurrent=10 algo=sha256 type=buf encoding=utf-8 len=1024 api=digest: 0.22130
concurrent=10 algo=sha256 type=buf encoding=utf-8 len=102400 api=legacy: 2.1353
concurrent=10 algo=sha256 type=buf encoding=utf-8 len=102400 api=stream: 1.2229
concurrent=10 algo=sha256 type=buf encoding=utf-8 len=102400 api=digest: 3.8275
concurrent=10 algo=sha256 type=buf encoding=utf-8 len=1048576 api=legacy: 2.1737
concurrent=10 algo=sha256 type=buf encoding=utf-8 len=1048576 api=stream: 1.7008
concurrent=10 algo=sha256 type=buf encoding=utf-8 len=1048576 api=digest: 6.2290
concurrent=10 algo=sha256 type=buf encoding=binary len=2 api=legacy: 0.00074075
concurrent=10 algo=sha256 type=buf encoding=binary len=2 api=stream: 0.000048813
concurrent=10 algo=sha256 type=buf encoding=binary len=2 api=digest: 0.00030700
concurrent=10 algo=sha256 type=buf encoding=binary len=1024 api=legacy: 0.29651
concurrent=10 algo=sha256 type=buf encoding=binary len=1024 api=stream: 0.025782
concurrent=10 algo=sha256 type=buf encoding=binary len=1024 api=digest: 0.13856
concurrent=10 algo=sha256 type=buf encoding=binary len=102400 api=legacy: 2.1400
concurrent=10 algo=sha256 type=buf encoding=binary len=102400 api=stream: 1.1819
concurrent=10 algo=sha256 type=buf encoding=binary len=102400 api=digest: 3.2808
concurrent=10 algo=sha256 type=buf encoding=binary len=1048576 api=legacy: 2.2715
concurrent=10 algo=sha256 type=buf encoding=binary len=1048576 api=stream: 2.1248
concurrent=10 algo=sha256 type=buf encoding=binary len=1048576 api=digest: 6.6469
concurrent=10 algo=sha256 type=buf encoding=buffer len=2 api=legacy: 0.00068923
concurrent=10 algo=sha256 type=buf encoding=buffer len=2 api=stream: 0.000047489
concurrent=10 algo=sha256 type=buf encoding=buffer len=2 api=digest: 0.00024812
concurrent=10 algo=sha256 type=buf encoding=buffer len=1024 api=legacy: 0.30457
concurrent=10 algo=sha256 type=buf encoding=buffer len=1024 api=stream: 0.025151
concurrent=10 algo=sha256 type=buf encoding=buffer len=1024 api=digest: 0.19657
concurrent=10 algo=sha256 type=buf encoding=buffer len=102400 api=legacy: 2.1096
concurrent=10 algo=sha256 type=buf encoding=buffer len=102400 api=stream: 1.1422
concurrent=10 algo=sha256 type=buf encoding=buffer len=102400 api=digest: 5.4661
concurrent=10 algo=sha256 type=buf encoding=buffer len=1048576 api=legacy: 2.2884
concurrent=10 algo=sha256 type=buf encoding=buffer len=1048576 api=stream: 2.0990
concurrent=10 algo=sha256 type=buf encoding=buffer len=1048576 api=digest: 6.6233
concurrent=10 algo=md5 type=asc encoding=ascii len=2 api=legacy: 0.00073513
concurrent=10 algo=md5 type=asc encoding=ascii len=2 api=stream: 0.000048590
concurrent=10 algo=md5 type=asc encoding=ascii len=2 api=digest: 0.00031332
concurrent=10 algo=md5 type=asc encoding=ascii len=1024 api=legacy: 0.35290
concurrent=10 algo=md5 type=asc encoding=ascii len=1024 api=stream: 0.022040
concurrent=10 algo=md5 type=asc encoding=ascii len=1024 api=digest: 0.15594
concurrent=10 algo=md5 type=asc encoding=ascii len=102400 api=legacy: 4.9261
concurrent=10 algo=md5 type=asc encoding=ascii len=102400 api=stream: 1.7496
concurrent=10 algo=md5 type=asc encoding=ascii len=102400 api=digest: 8.0169
concurrent=10 algo=md5 type=asc encoding=ascii len=1048576 api=legacy: 5.4090
concurrent=10 algo=md5 type=asc encoding=ascii len=1048576 api=stream: 4.5270
concurrent=10 algo=md5 type=asc encoding=ascii len=1048576 api=digest: 13.606
concurrent=10 algo=md5 type=asc encoding=utf-8 len=2 api=legacy: 0.00074685
concurrent=10 algo=md5 type=asc encoding=utf-8 len=2 api=stream: 0.000048463
concurrent=10 algo=md5 type=asc encoding=utf-8 len=2 api=digest: 0.00036066
concurrent=10 algo=md5 type=asc encoding=utf-8 len=1024 api=legacy: 0.35062
concurrent=10 algo=md5 type=asc encoding=utf-8 len=1024 api=stream: 0.024679
concurrent=10 algo=md5 type=asc encoding=utf-8 len=1024 api=digest: 0.16078
concurrent=10 algo=md5 type=asc encoding=utf-8 len=102400 api=legacy: 4.9147
concurrent=10 algo=md5 type=asc encoding=utf-8 len=102400 api=stream: 1.7681
concurrent=10 algo=md5 type=asc encoding=utf-8 len=102400 api=digest: 8.6393
concurrent=10 algo=md5 type=asc encoding=utf-8 len=1048576 api=legacy: 5.4190
concurrent=10 algo=md5 type=asc encoding=utf-8 len=1048576 api=stream: 4.4970
concurrent=10 algo=md5 type=asc encoding=utf-8 len=1048576 api=digest: 13.026
concurrent=10 algo=md5 type=asc encoding=binary len=2 api=legacy: 0.00075529
concurrent=10 algo=md5 type=asc encoding=binary len=2 api=stream: 0.000045185
concurrent=10 algo=md5 type=asc encoding=binary len=2 api=digest: 0.00039249
concurrent=10 algo=md5 type=asc encoding=binary len=1024 api=legacy: 0.35194
concurrent=10 algo=md5 type=asc encoding=binary len=1024 api=stream: 0.025305
concurrent=10 algo=md5 type=asc encoding=binary len=1024 api=digest: 0.15810
concurrent=10 algo=md5 type=asc encoding=binary len=102400 api=legacy: 4.6970
concurrent=10 algo=md5 type=asc encoding=binary len=102400 api=stream: 1.7815
concurrent=10 algo=md5 type=asc encoding=binary len=102400 api=digest: 8.8234
concurrent=10 algo=md5 type=asc encoding=binary len=1048576 api=legacy: 5.4425
concurrent=10 algo=md5 type=asc encoding=binary len=1048576 api=stream: 4.5590
concurrent=10 algo=md5 type=asc encoding=binary len=1048576 api=digest: 11.387
concurrent=10 algo=md5 type=asc encoding=buffer len=2 api=legacy: 0.00056796
concurrent=10 algo=md5 type=asc encoding=buffer len=2 api=stream: 0.000042448
concurrent=10 algo=md5 type=asc encoding=buffer len=2 api=digest: 0.00032404
concurrent=10 algo=md5 type=asc encoding=buffer len=1024 api=legacy: 0.25612
concurrent=10 algo=md5 type=asc encoding=buffer len=1024 api=stream: 0.025840
concurrent=10 algo=md5 type=asc encoding=buffer len=1024 api=digest: 0.14857
concurrent=10 algo=md5 type=asc encoding=buffer len=102400 api=legacy: 4.8248
concurrent=10 algo=md5 type=asc encoding=buffer len=102400 api=stream: 1.7841
concurrent=10 algo=md5 type=asc encoding=buffer len=102400 api=digest: 8.4228
concurrent=10 algo=md5 type=asc encoding=buffer len=1048576 api=legacy: 5.2818
concurrent=10 algo=md5 type=asc encoding=buffer len=1048576 api=stream: 4.3391
concurrent=10 algo=md5 type=asc encoding=buffer len=1048576 api=digest: 14.019
concurrent=10 algo=md5 type=utf encoding=ascii len=2 api=legacy: 0.00065986
concurrent=10 algo=md5 type=utf encoding=ascii len=2 api=stream: 0.000045657
concurrent=10 algo=md5 type=utf encoding=ascii len=2 api=digest: 0.00040888
concurrent=10 algo=md5 type=utf encoding=ascii len=1024 api=legacy: 0.34979
concurrent=10 algo=md5 type=utf encoding=ascii len=1024 api=stream: 0.024028
concurrent=10 algo=md5 type=utf encoding=ascii len=1024 api=digest: 0.18916
concurrent=10 algo=md5 type=utf encoding=ascii len=102400 api=legacy: 3.7450
concurrent=10 algo=md5 type=utf encoding=ascii len=102400 api=stream: 1.5979
concurrent=10 algo=md5 type=utf encoding=ascii len=102400 api=digest: 5.3270
concurrent=10 algo=md5 type=utf encoding=ascii len=1048576 api=legacy: 4.0115
concurrent=10 algo=md5 type=utf encoding=ascii len=1048576 api=stream: 3.4460
concurrent=10 algo=md5 type=utf encoding=ascii len=1048576 api=digest: 7.4989
concurrent=10 algo=md5 type=utf encoding=utf-8 len=2 api=legacy: 0.00075996
concurrent=10 algo=md5 type=utf encoding=utf-8 len=2 api=stream: 0.000047970
concurrent=10 algo=md5 type=utf encoding=utf-8 len=2 api=digest: 0.00039903
concurrent=10 algo=md5 type=utf encoding=utf-8 len=1024 api=legacy: 0.34821
concurrent=10 algo=md5 type=utf encoding=utf-8 len=1024 api=stream: 0.025446
concurrent=10 algo=md5 type=utf encoding=utf-8 len=1024 api=digest: 0.17015
concurrent=10 algo=md5 type=utf encoding=utf-8 len=102400 api=legacy: 3.7485
concurrent=10 algo=md5 type=utf encoding=utf-8 len=102400 api=stream: 1.5789
concurrent=10 algo=md5 type=utf encoding=utf-8 len=102400 api=digest: 5.5308
concurrent=10 algo=md5 type=utf encoding=utf-8 len=1048576 api=legacy: 3.5003
concurrent=10 algo=md5 type=utf encoding=utf-8 len=1048576 api=stream: 3.4686
concurrent=10 algo=md5 type=utf encoding=utf-8 len=1048576 api=digest: 6.6294
concurrent=10 algo=md5 type=utf encoding=binary len=2 api=legacy: 0.00073852
concurrent=10 algo=md5 type=utf encoding=binary len=2 api=stream: 0.000049479
concurrent=10 algo=md5 type=utf encoding=binary len=2 api=digest: 0.00037921
concurrent=10 algo=md5 type=utf encoding=binary len=1024 api=legacy: 0.33684
concurrent=10 algo=md5 type=utf encoding=binary len=1024 api=stream: 0.025198
concurrent=10 algo=md5 type=utf encoding=binary len=1024 api=digest: 0.19039
concurrent=10 algo=md5 type=utf encoding=binary len=102400 api=legacy: 3.7551
concurrent=10 algo=md5 type=utf encoding=binary len=102400 api=stream: 1.5850
concurrent=10 algo=md5 type=utf encoding=binary len=102400 api=digest: 5.2757
concurrent=10 algo=md5 type=utf encoding=binary len=1048576 api=legacy: 4.0277
concurrent=10 algo=md5 type=utf encoding=binary len=1048576 api=stream: 3.4261
concurrent=10 algo=md5 type=utf encoding=binary len=1048576 api=digest: 6.7915
concurrent=10 algo=md5 type=utf encoding=buffer len=2 api=legacy: 0.00055060
concurrent=10 algo=md5 type=utf encoding=buffer len=2 api=stream: 0.000040227
concurrent=10 algo=md5 type=utf encoding=buffer len=2 api=digest: 0.00033915
concurrent=10 algo=md5 type=utf encoding=buffer len=1024 api=legacy: 0.18031
concurrent=10 algo=md5 type=utf encoding=buffer len=1024 api=stream: 0.023682
concurrent=10 algo=md5 type=utf encoding=buffer len=1024 api=digest: 0.18133
concurrent=10 algo=md5 type=utf encoding=buffer len=102400 api=legacy: 3.7204
concurrent=10 algo=md5 type=utf encoding=buffer len=102400 api=stream: 1.5785
concurrent=10 algo=md5 type=utf encoding=buffer len=102400 api=digest: 5.1694
concurrent=10 algo=md5 type=utf encoding=buffer len=1048576 api=legacy: 4.0156
concurrent=10 algo=md5 type=utf encoding=buffer len=1048576 api=stream: 3.3886
concurrent=10 algo=md5 type=utf encoding=buffer len=1048576 api=digest: 6.9175
concurrent=10 algo=md5 type=buf encoding=ascii len=2 api=legacy: 0.00065748
concurrent=10 algo=md5 type=buf encoding=ascii len=2 api=stream: 0.000051420
concurrent=10 algo=md5 type=buf encoding=ascii len=2 api=digest: 0.00032146
concurrent=10 algo=md5 type=buf encoding=ascii len=1024 api=legacy: 0.35457
concurrent=10 algo=md5 type=buf encoding=ascii len=1024 api=stream: 0.024461
concurrent=10 algo=md5 type=buf encoding=ascii len=1024 api=digest: 0.16523
concurrent=10 algo=md5 type=buf encoding=ascii len=102400 api=legacy: 5.0919
concurrent=10 algo=md5 type=buf encoding=ascii len=102400 api=stream: 1.8148
concurrent=10 algo=md5 type=buf encoding=ascii len=102400 api=digest: 7.4217
concurrent=10 algo=md5 type=buf encoding=ascii len=1048576 api=legacy: 5.7766
concurrent=10 algo=md5 type=buf encoding=ascii len=1048576 api=stream: 4.8042
concurrent=10 algo=md5 type=buf encoding=ascii len=1048576 api=digest: 13.635
concurrent=10 algo=md5 type=buf encoding=utf-8 len=2 api=legacy: 0.00074495
concurrent=10 algo=md5 type=buf encoding=utf-8 len=2 api=stream: 0.000049452
concurrent=10 algo=md5 type=buf encoding=utf-8 len=2 api=digest: 0.00041228
concurrent=10 algo=md5 type=buf encoding=utf-8 len=1024 api=legacy: 0.35886
concurrent=10 algo=md5 type=buf encoding=utf-8 len=1024 api=stream: 0.025412
concurrent=10 algo=md5 type=buf encoding=utf-8 len=1024 api=digest: 0.16844
concurrent=10 algo=md5 type=buf encoding=utf-8 len=102400 api=legacy: 5.0661
concurrent=10 algo=md5 type=buf encoding=utf-8 len=102400 api=stream: 1.8195
concurrent=10 algo=md5 type=buf encoding=utf-8 len=102400 api=digest: 8.7810
concurrent=10 algo=md5 type=buf encoding=utf-8 len=1048576 api=legacy: 5.7636
concurrent=10 algo=md5 type=buf encoding=utf-8 len=1048576 api=stream: 4.7392
concurrent=10 algo=md5 type=buf encoding=utf-8 len=1048576 api=digest: 14.377
concurrent=10 algo=md5 type=buf encoding=binary len=2 api=legacy: 0.00075840
concurrent=10 algo=md5 type=buf encoding=binary len=2 api=stream: 0.000048548
concurrent=10 algo=md5 type=buf encoding=binary len=2 api=digest: 0.00026967
concurrent=10 algo=md5 type=buf encoding=binary len=1024 api=legacy: 0.36115
concurrent=10 algo=md5 type=buf encoding=binary len=1024 api=stream: 0.025059
concurrent=10 algo=md5 type=buf encoding=binary len=1024 api=digest: 0.14987
concurrent=10 algo=md5 type=buf encoding=binary len=102400 api=legacy: 5.0884
concurrent=10 algo=md5 type=buf encoding=binary len=102400 api=stream: 1.8013
concurrent=10 algo=md5 type=buf encoding=binary len=102400 api=digest: 9.8163
concurrent=10 algo=md5 type=buf encoding=binary len=1048576 api=legacy: 5.2770
concurrent=10 algo=md5 type=buf encoding=binary len=1048576 api=stream: 4.6660
concurrent=10 algo=md5 type=buf encoding=binary len=1048576 api=digest: 11.831
concurrent=10 algo=md5 type=buf encoding=buffer len=2 api=legacy: 0.00062938
concurrent=10 algo=md5 type=buf encoding=buffer len=2 api=stream: 0.000043545
concurrent=10 algo=md5 type=buf encoding=buffer len=2 api=digest: 0.00035740
concurrent=10 algo=md5 type=buf encoding=buffer len=1024 api=legacy: 0.32284
concurrent=10 algo=md5 type=buf encoding=buffer len=1024 api=stream: 0.022763
concurrent=10 algo=md5 type=buf encoding=buffer len=1024 api=digest: 0.16254
concurrent=10 algo=md5 type=buf encoding=buffer len=102400 api=legacy: 4.9475
concurrent=10 algo=md5 type=buf encoding=buffer len=102400 api=stream: 1.7606
concurrent=10 algo=md5 type=buf encoding=buffer len=102400 api=digest: 6.3863
concurrent=10 algo=md5 type=buf encoding=buffer len=1048576 api=legacy: 5.7493
concurrent=10 algo=md5 type=buf encoding=buffer len=1048576 api=stream: 4.7927
concurrent=10 algo=md5 type=buf encoding=buffer len=1048576 api=digest: 14.238
concurrent=100 algo=sha256 type=asc encoding=ascii len=2 api=legacy: 0.0045631
concurrent=100 algo=sha256 type=asc encoding=ascii len=2 api=stream: 0.00017563
concurrent=100 algo=sha256 type=asc encoding=ascii len=2 api=digest: 0.0022305
concurrent=100 algo=sha256 type=asc encoding=ascii len=1024 api=legacy: 1.0683
concurrent=100 algo=sha256 type=asc encoding=ascii len=1024 api=stream: 0.086556
concurrent=100 algo=sha256 type=asc encoding=ascii len=1024 api=digest: 0.95170
concurrent=100 algo=sha256 type=asc encoding=ascii len=102400 api=legacy: 2.2549
concurrent=100 algo=sha256 type=asc encoding=ascii len=102400 api=stream: 1.8176
concurrent=100 algo=sha256 type=asc encoding=ascii len=102400 api=digest: 7.7427
concurrent=100 algo=sha256 type=asc encoding=ascii len=1048576 api=legacy: 2.2165
concurrent=100 algo=sha256 type=asc encoding=ascii len=1048576 api=stream: 2.1693
concurrent=100 algo=sha256 type=asc encoding=ascii len=1048576 api=digest: 7.7433
concurrent=100 algo=sha256 type=asc encoding=utf-8 len=2 api=legacy: 0.0044974
concurrent=100 algo=sha256 type=asc encoding=utf-8 len=2 api=stream: 0.00018319
concurrent=100 algo=sha256 type=asc encoding=utf-8 len=2 api=digest: 0.0015903
concurrent=100 algo=sha256 type=asc encoding=utf-8 len=1024 api=legacy: 1.0548
concurrent=100 algo=sha256 type=asc encoding=utf-8 len=1024 api=stream: 0.078453
concurrent=100 algo=sha256 type=asc encoding=utf-8 len=1024 api=digest: 1.1121
concurrent=100 algo=sha256 type=asc encoding=utf-8 len=102400 api=legacy: 2.2315
concurrent=100 algo=sha256 type=asc encoding=utf-8 len=102400 api=stream: 1.8213
concurrent=100 algo=sha256 type=asc encoding=utf-8 len=102400 api=digest: 5.8108
concurrent=100 algo=sha256 type=asc encoding=utf-8 len=1048576 api=legacy: 2.2446
concurrent=100 algo=sha256 type=asc encoding=utf-8 len=1048576 api=stream: 2.2001
concurrent=100 algo=sha256 type=asc encoding=utf-8 len=1048576 api=digest: 6.2171
concurrent=100 algo=sha256 type=asc encoding=binary len=2 api=legacy: 0.0045905
concurrent=100 algo=sha256 type=asc encoding=binary len=2 api=stream: 0.00017323
concurrent=100 algo=sha256 type=asc encoding=binary len=2 api=digest: 0.0017136
concurrent=100 algo=sha256 type=asc encoding=binary len=1024 api=legacy: 1.1419
concurrent=100 algo=sha256 type=asc encoding=binary len=1024 api=stream: 0.073835
concurrent=100 algo=sha256 type=asc encoding=binary len=1024 api=digest: 1.0524
concurrent=100 algo=sha256 type=asc encoding=binary len=102400 api=legacy: 2.2475
concurrent=100 algo=sha256 type=asc encoding=binary len=102400 api=stream: 1.8115
concurrent=100 algo=sha256 type=asc encoding=binary len=102400 api=digest: 5.8882
concurrent=100 algo=sha256 type=asc encoding=binary len=1048576 api=legacy: 2.2461
concurrent=100 algo=sha256 type=asc encoding=binary len=1048576 api=stream: 2.1802
concurrent=100 algo=sha256 type=asc encoding=binary len=1048576 api=digest: 7.5568
concurrent=100 algo=sha256 type=asc encoding=buffer len=2 api=legacy: 0.0040658
concurrent=100 algo=sha256 type=asc encoding=buffer len=2 api=stream: 0.00017660
concurrent=100 algo=sha256 type=asc encoding=buffer len=2 api=digest: 0.0018232
concurrent=100 algo=sha256 type=asc encoding=buffer len=1024 api=legacy: 1.0600
concurrent=100 algo=sha256 type=asc encoding=buffer len=1024 api=stream: 0.082014
concurrent=100 algo=sha256 type=asc encoding=buffer len=1024 api=digest: 1.0447
concurrent=100 algo=sha256 type=asc encoding=buffer len=102400 api=legacy: 2.2542
concurrent=100 algo=sha256 type=asc encoding=buffer len=102400 api=stream: 1.8330
concurrent=100 algo=sha256 type=asc encoding=buffer len=102400 api=digest: 7.6639
concurrent=100 algo=sha256 type=asc encoding=buffer len=1048576 api=legacy: 2.2196
concurrent=100 algo=sha256 type=asc encoding=buffer len=1048576 api=stream: 2.1922
concurrent=100 algo=sha256 type=asc encoding=buffer len=1048576 api=digest: 5.8734
concurrent=100 algo=sha256 type=utf encoding=ascii len=2 api=legacy: 0.0046976
concurrent=100 algo=sha256 type=utf encoding=ascii len=2 api=stream: 0.00017301
concurrent=100 algo=sha256 type=utf encoding=ascii len=2 api=digest: 0.0017521
concurrent=100 algo=sha256 type=utf encoding=ascii len=1024 api=legacy: 1.0267
concurrent=100 algo=sha256 type=utf encoding=ascii len=1024 api=stream: 0.086236
concurrent=100 algo=sha256 type=utf encoding=ascii len=1024 api=digest: 0.71792
concurrent=100 algo=sha256 type=utf encoding=ascii len=102400 api=legacy: 1.8868
concurrent=100 algo=sha256 type=utf encoding=ascii len=102400 api=stream: 1.6424
concurrent=100 algo=sha256 type=utf encoding=ascii len=102400 api=digest: 5.6335
concurrent=100 algo=sha256 type=utf encoding=ascii len=1048576 api=legacy: 1.9597
concurrent=100 algo=sha256 type=utf encoding=ascii len=1048576 api=stream: 1.9376
concurrent=100 algo=sha256 type=utf encoding=ascii len=1048576 api=digest: 5.5670
concurrent=100 algo=sha256 type=utf encoding=utf-8 len=2 api=legacy: 0.0045650
concurrent=100 algo=sha256 type=utf encoding=utf-8 len=2 api=stream: 0.00017821
concurrent=100 algo=sha256 type=utf encoding=utf-8 len=2 api=digest: 0.0021984
concurrent=100 algo=sha256 type=utf encoding=utf-8 len=1024 api=legacy: 0.91878
concurrent=100 algo=sha256 type=utf encoding=utf-8 len=1024 api=stream: 0.074562
concurrent=100 algo=sha256 type=utf encoding=utf-8 len=1024 api=digest: 0.65130
concurrent=100 algo=sha256 type=utf encoding=utf-8 len=102400 api=legacy: 1.9201
concurrent=100 algo=sha256 type=utf encoding=utf-8 len=102400 api=stream: 1.6266
concurrent=100 algo=sha256 type=utf encoding=utf-8 len=102400 api=digest: 4.9583
concurrent=100 algo=sha256 type=utf encoding=utf-8 len=1048576 api=legacy: 1.9607
concurrent=100 algo=sha256 type=utf encoding=utf-8 len=1048576 api=stream: 1.9258
concurrent=100 algo=sha256 type=utf encoding=utf-8 len=1048576 api=digest: 5.6504
concurrent=100 algo=sha256 type=utf encoding=binary len=2 api=legacy: 0.0046088
concurrent=100 algo=sha256 type=utf encoding=binary len=2 api=stream: 0.00016683
concurrent=100 algo=sha256 type=utf encoding=binary len=2 api=digest: 0.0018449
concurrent=100 algo=sha256 type=utf encoding=binary len=1024 api=legacy: 0.97821
concurrent=100 algo=sha256 type=utf encoding=binary len=1024 api=stream: 0.080255
concurrent=100 algo=sha256 type=utf encoding=binary len=1024 api=digest: 0.89692
concurrent=100 algo=sha256 type=utf encoding=binary len=102400 api=legacy: 1.9742
concurrent=100 algo=sha256 type=utf encoding=binary len=102400 api=stream: 1.5892
concurrent=100 algo=sha256 type=utf encoding=binary len=102400 api=digest: 5.3701
concurrent=100 algo=sha256 type=utf encoding=binary len=1048576 api=legacy: 1.9514
concurrent=100 algo=sha256 type=utf encoding=binary len=1048576 api=stream: 1.9423
concurrent=100 algo=sha256 type=utf encoding=binary len=1048576 api=digest: 5.6651
concurrent=100 algo=sha256 type=utf encoding=buffer len=2 api=legacy: 0.0041183
concurrent=100 algo=sha256 type=utf encoding=buffer len=2 api=stream: 0.00018477
concurrent=100 algo=sha256 type=utf encoding=buffer len=2 api=digest: 0.0017344
concurrent=100 algo=sha256 type=utf encoding=buffer len=1024 api=legacy: 0.97338
concurrent=100 algo=sha256 type=utf encoding=buffer len=1024 api=stream: 0.082163
concurrent=100 algo=sha256 type=utf encoding=buffer len=1024 api=digest: 0.69976
concurrent=100 algo=sha256 type=utf encoding=buffer len=102400 api=legacy: 1.9344
concurrent=100 algo=sha256 type=utf encoding=buffer len=102400 api=stream: 1.4560
concurrent=100 algo=sha256 type=utf encoding=buffer len=102400 api=digest: 5.6922
concurrent=100 algo=sha256 type=utf encoding=buffer len=1048576 api=legacy: 1.9762
concurrent=100 algo=sha256 type=utf encoding=buffer len=1048576 api=stream: 1.9188
concurrent=100 algo=sha256 type=utf encoding=buffer len=1048576 api=digest: 5.6985
concurrent=100 algo=sha256 type=buf encoding=ascii len=2 api=legacy: 0.0047984
concurrent=100 algo=sha256 type=buf encoding=ascii len=2 api=stream: 0.00016731
concurrent=100 algo=sha256 type=buf encoding=ascii len=2 api=digest: 0.0018769
concurrent=100 algo=sha256 type=buf encoding=ascii len=1024 api=legacy: 1.1683
concurrent=100 algo=sha256 type=buf encoding=ascii len=1024 api=stream: 0.084262
concurrent=100 algo=sha256 type=buf encoding=ascii len=1024 api=digest: 1.2947
concurrent=100 algo=sha256 type=buf encoding=ascii len=102400 api=legacy: 2.2822
concurrent=100 algo=sha256 type=buf encoding=ascii len=102400 api=stream: 1.8564
concurrent=100 algo=sha256 type=buf encoding=ascii len=102400 api=digest: 5.9415
concurrent=100 algo=sha256 type=buf encoding=ascii len=1048576 api=legacy: 2.2958
concurrent=100 algo=sha256 type=buf encoding=ascii len=1048576 api=stream: 2.1806
concurrent=100 algo=sha256 type=buf encoding=ascii len=1048576 api=digest: 6.0901
concurrent=100 algo=sha256 type=buf encoding=utf-8 len=2 api=legacy: 0.0045013
concurrent=100 algo=sha256 type=buf encoding=utf-8 len=2 api=stream: 0.00015941
concurrent=100 algo=sha256 type=buf encoding=utf-8 len=2 api=digest: 0.0018879
concurrent=100 algo=sha256 type=buf encoding=utf-8 len=1024 api=legacy: 1.1518
concurrent=100 algo=sha256 type=buf encoding=utf-8 len=1024 api=stream: 0.090784
concurrent=100 algo=sha256 type=buf encoding=utf-8 len=1024 api=digest: 1.0235
concurrent=100 algo=sha256 type=buf encoding=utf-8 len=102400 api=legacy: 2.2863
concurrent=100 algo=sha256 type=buf encoding=utf-8 len=102400 api=stream: 1.8447
concurrent=100 algo=sha256 type=buf encoding=utf-8 len=102400 api=digest: 5.8673
concurrent=100 algo=sha256 type=buf encoding=utf-8 len=1048576 api=legacy: 2.2903
concurrent=100 algo=sha256 type=buf encoding=utf-8 len=1048576 api=stream: 2.2249
concurrent=100 algo=sha256 type=buf encoding=utf-8 len=1048576 api=digest: 6.2120
concurrent=100 algo=sha256 type=buf encoding=binary len=2 api=legacy: 0.0049483
concurrent=100 algo=sha256 type=buf encoding=binary len=2 api=stream: 0.00016996
concurrent=100 algo=sha256 type=buf encoding=binary len=2 api=digest: 0.0020901
concurrent=100 algo=sha256 type=buf encoding=binary len=1024 api=legacy: 1.1085
concurrent=100 algo=sha256 type=buf encoding=binary len=1024 api=stream: 0.082789
concurrent=100 algo=sha256 type=buf encoding=binary len=1024 api=digest: 1.0575
concurrent=100 algo=sha256 type=buf encoding=binary len=102400 api=legacy: 2.2818
concurrent=100 algo=sha256 type=buf encoding=binary len=102400 api=stream: 1.8108
concurrent=100 algo=sha256 type=buf encoding=binary len=102400 api=digest: 7.5718
concurrent=100 algo=sha256 type=buf encoding=binary len=1048576 api=legacy: 2.2998
concurrent=100 algo=sha256 type=buf encoding=binary len=1048576 api=stream: 2.1960
concurrent=100 algo=sha256 type=buf encoding=binary len=1048576 api=digest: 7.9284
concurrent=100 algo=sha256 type=buf encoding=buffer len=2 api=legacy: 0.0043013
concurrent=100 algo=sha256 type=buf encoding=buffer len=2 api=stream: 0.00014871
concurrent=100 algo=sha256 type=buf encoding=buffer len=2 api=digest: 0.0018007
concurrent=100 algo=sha256 type=buf encoding=buffer len=1024 api=legacy: 0.70269
concurrent=100 algo=sha256 type=buf encoding=buffer len=1024 api=stream: 0.083951
concurrent=100 algo=sha256 type=buf encoding=buffer len=1024 api=digest: 0.90778
concurrent=100 algo=sha256 type=buf encoding=buffer len=102400 api=legacy: 2.2790
concurrent=100 algo=sha256 type=buf encoding=buffer len=102400 api=stream: 1.8551
concurrent=100 algo=sha256 type=buf encoding=buffer len=102400 api=digest: 7.6211
concurrent=100 algo=sha256 type=buf encoding=buffer len=1048576 api=legacy: 2.2881
concurrent=100 algo=sha256 type=buf encoding=buffer len=1048576 api=stream: 2.2254
concurrent=100 algo=sha256 type=buf encoding=buffer len=1048576 api=digest: 5.9767
concurrent=100 algo=md5 type=asc encoding=ascii len=2 api=legacy: 0.0049650
concurrent=100 algo=md5 type=asc encoding=ascii len=2 api=stream: 0.00017811
concurrent=100 algo=md5 type=asc encoding=ascii len=2 api=digest: 0.0019045
concurrent=100 algo=md5 type=asc encoding=ascii len=1024 api=legacy: 1.7125
concurrent=100 algo=md5 type=asc encoding=ascii len=1024 api=stream: 0.083333
concurrent=100 algo=md5 type=asc encoding=ascii len=1024 api=digest: 1.1259
concurrent=100 algo=md5 type=asc encoding=ascii len=102400 api=legacy: 5.2700
concurrent=100 algo=md5 type=asc encoding=ascii len=102400 api=stream: 3.4139
concurrent=100 algo=md5 type=asc encoding=ascii len=102400 api=digest: 18.459
concurrent=100 algo=md5 type=asc encoding=ascii len=1048576 api=legacy: 5.6178
concurrent=100 algo=md5 type=asc encoding=ascii len=1048576 api=stream: 5.1870
concurrent=100 algo=md5 type=asc encoding=ascii len=1048576 api=digest: 18.180
concurrent=100 algo=md5 type=asc encoding=utf-8 len=2 api=legacy: 0.0047457
concurrent=100 algo=md5 type=asc encoding=utf-8 len=2 api=stream: 0.00016392
concurrent=100 algo=md5 type=asc encoding=utf-8 len=2 api=digest: 0.0021882
concurrent=100 algo=md5 type=asc encoding=utf-8 len=1024 api=legacy: 1.6867
concurrent=100 algo=md5 type=asc encoding=utf-8 len=1024 api=stream: 0.089464
concurrent=100 algo=md5 type=asc encoding=utf-8 len=1024 api=digest: 0.92358
concurrent=100 algo=md5 type=asc encoding=utf-8 len=102400 api=legacy: 5.5463
concurrent=100 algo=md5 type=asc encoding=utf-8 len=102400 api=stream: 3.4650
concurrent=100 algo=md5 type=asc encoding=utf-8 len=102400 api=digest: 16.457
concurrent=100 algo=md5 type=asc encoding=utf-8 len=1048576 api=legacy: 5.4368
concurrent=100 algo=md5 type=asc encoding=utf-8 len=1048576 api=stream: 5.2858
concurrent=100 algo=md5 type=asc encoding=utf-8 len=1048576 api=digest: 18.931
concurrent=100 algo=md5 type=asc encoding=binary len=2 api=legacy: 0.0048804
concurrent=100 algo=md5 type=asc encoding=binary len=2 api=stream: 0.00017853
concurrent=100 algo=md5 type=asc encoding=binary len=2 api=digest: 0.0018632
concurrent=100 algo=md5 type=asc encoding=binary len=1024 api=legacy: 1.6233
concurrent=100 algo=md5 type=asc encoding=binary len=1024 api=stream: 0.086190
concurrent=100 algo=md5 type=asc encoding=binary len=1024 api=digest: 0.87132
concurrent=100 algo=md5 type=asc encoding=binary len=102400 api=legacy: 5.3934
concurrent=100 algo=md5 type=asc encoding=binary len=102400 api=stream: 3.3321
concurrent=100 algo=md5 type=asc encoding=binary len=102400 api=digest: 18.120
concurrent=100 algo=md5 type=asc encoding=binary len=1048576 api=legacy: 5.6142
concurrent=100 algo=md5 type=asc encoding=binary len=1048576 api=stream: 5.1736
concurrent=100 algo=md5 type=asc encoding=binary len=1048576 api=digest: 18.423
concurrent=100 algo=md5 type=asc encoding=buffer len=2 api=legacy: 0.0043002
concurrent=100 algo=md5 type=asc encoding=buffer len=2 api=stream: 0.00017482
concurrent=100 algo=md5 type=asc encoding=buffer len=2 api=digest: 0.0019763
concurrent=100 algo=md5 type=asc encoding=buffer len=1024 api=legacy: 1.5424
concurrent=100 algo=md5 type=asc encoding=buffer len=1024 api=stream: 0.088022
concurrent=100 algo=md5 type=asc encoding=buffer len=1024 api=digest: 0.77615
concurrent=100 algo=md5 type=asc encoding=buffer len=102400 api=legacy: 5.5076
concurrent=100 algo=md5 type=asc encoding=buffer len=102400 api=stream: 3.5388
concurrent=100 algo=md5 type=asc encoding=buffer len=102400 api=digest: 17.390
concurrent=100 algo=md5 type=asc encoding=buffer len=1048576 api=legacy: 5.6070
concurrent=100 algo=md5 type=asc encoding=buffer len=1048576 api=stream: 5.2954
concurrent=100 algo=md5 type=asc encoding=buffer len=1048576 api=digest: 16.725
concurrent=100 algo=md5 type=utf encoding=ascii len=2 api=legacy: 0.0049130
concurrent=100 algo=md5 type=utf encoding=ascii len=2 api=stream: 0.00017468
concurrent=100 algo=md5 type=utf encoding=ascii len=2 api=digest: 0.0019611
concurrent=100 algo=md5 type=utf encoding=ascii len=1024 api=legacy: 1.5116
concurrent=100 algo=md5 type=utf encoding=ascii len=1024 api=stream: 0.082421
concurrent=100 algo=md5 type=utf encoding=ascii len=1024 api=digest: 0.79325
concurrent=100 algo=md5 type=utf encoding=ascii len=102400 api=legacy: 4.0325
concurrent=100 algo=md5 type=utf encoding=ascii len=102400 api=stream: 2.8902
concurrent=100 algo=md5 type=utf encoding=ascii len=102400 api=digest: 6.6889
concurrent=100 algo=md5 type=utf encoding=ascii len=1048576 api=legacy: 4.0985
concurrent=100 algo=md5 type=utf encoding=ascii len=1048576 api=stream: 3.9385
concurrent=100 algo=md5 type=utf encoding=ascii len=1048576 api=digest: 8.9236
concurrent=100 algo=md5 type=utf encoding=utf-8 len=2 api=legacy: 0.0047541
concurrent=100 algo=md5 type=utf encoding=utf-8 len=2 api=stream: 0.00016418
concurrent=100 algo=md5 type=utf encoding=utf-8 len=2 api=digest: 0.0021037
concurrent=100 algo=md5 type=utf encoding=utf-8 len=1024 api=legacy: 1.5168
concurrent=100 algo=md5 type=utf encoding=utf-8 len=1024 api=stream: 0.089403
concurrent=100 algo=md5 type=utf encoding=utf-8 len=1024 api=digest: 1.0189
concurrent=100 algo=md5 type=utf encoding=utf-8 len=102400 api=legacy: 4.0535
concurrent=100 algo=md5 type=utf encoding=utf-8 len=102400 api=stream: 2.8759
concurrent=100 algo=md5 type=utf encoding=utf-8 len=102400 api=digest: 8.2386
concurrent=100 algo=md5 type=utf encoding=utf-8 len=1048576 api=legacy: 4.1309
concurrent=100 algo=md5 type=utf encoding=utf-8 len=1048576 api=stream: 3.9697
concurrent=100 algo=md5 type=utf encoding=utf-8 len=1048576 api=digest: 9.0468
concurrent=100 algo=md5 type=utf encoding=binary len=2 api=legacy: 0.0049908
concurrent=100 algo=md5 type=utf encoding=binary len=2 api=stream: 0.00016560
concurrent=100 algo=md5 type=utf encoding=binary len=2 api=digest: 0.0019881
concurrent=100 algo=md5 type=utf encoding=binary len=1024 api=legacy: 1.4877
concurrent=100 algo=md5 type=utf encoding=binary len=1024 api=stream: 0.082286
concurrent=100 algo=md5 type=utf encoding=binary len=1024 api=digest: 0.78020
concurrent=100 algo=md5 type=utf encoding=binary len=102400 api=legacy: 4.0075
concurrent=100 algo=md5 type=utf encoding=binary len=102400 api=stream: 2.8073
concurrent=100 algo=md5 type=utf encoding=binary len=102400 api=digest: 6.7728
concurrent=100 algo=md5 type=utf encoding=binary len=1048576 api=legacy: 4.1477
concurrent=100 algo=md5 type=utf encoding=binary len=1048576 api=stream: 3.9182
concurrent=100 algo=md5 type=utf encoding=binary len=1048576 api=digest: 7.6485
concurrent=100 algo=md5 type=utf encoding=buffer len=2 api=legacy: 0.0043330
concurrent=100 algo=md5 type=utf encoding=buffer len=2 api=stream: 0.00016536
concurrent=100 algo=md5 type=utf encoding=buffer len=2 api=digest: 0.0017622
concurrent=100 algo=md5 type=utf encoding=buffer len=1024 api=legacy: 1.3935
concurrent=100 algo=md5 type=utf encoding=buffer len=1024 api=stream: 0.089794
concurrent=100 algo=md5 type=utf encoding=buffer len=1024 api=digest: 0.98369
concurrent=100 algo=md5 type=utf encoding=buffer len=102400 api=legacy: 4.0540
concurrent=100 algo=md5 type=utf encoding=buffer len=102400 api=stream: 2.7174
concurrent=100 algo=md5 type=utf encoding=buffer len=102400 api=digest: 7.6083
concurrent=100 algo=md5 type=utf encoding=buffer len=1048576 api=legacy: 4.1316
concurrent=100 algo=md5 type=utf encoding=buffer len=1048576 api=stream: 3.8904
concurrent=100 algo=md5 type=utf encoding=buffer len=1048576 api=digest: 8.9584
concurrent=100 algo=md5 type=buf encoding=ascii len=2 api=legacy: 0.0050754
concurrent=100 algo=md5 type=buf encoding=ascii len=2 api=stream: 0.00016422
concurrent=100 algo=md5 type=buf encoding=ascii len=2 api=digest: 0.0019514
concurrent=100 algo=md5 type=buf encoding=ascii len=1024 api=legacy: 1.6735
concurrent=100 algo=md5 type=buf encoding=ascii len=1024 api=stream: 0.091359
concurrent=100 algo=md5 type=buf encoding=ascii len=1024 api=digest: 1.0246
concurrent=100 algo=md5 type=buf encoding=ascii len=102400 api=legacy: 5.5880
concurrent=100 algo=md5 type=buf encoding=ascii len=102400 api=stream: 3.5464
concurrent=100 algo=md5 type=buf encoding=ascii len=102400 api=digest: 15.560
concurrent=100 algo=md5 type=buf encoding=ascii len=1048576 api=legacy: 5.7644
concurrent=100 algo=md5 type=buf encoding=ascii len=1048576 api=stream: 5.4630
concurrent=100 algo=md5 type=buf encoding=ascii len=1048576 api=digest: 17.529
concurrent=100 algo=md5 type=buf encoding=utf-8 len=2 api=legacy: 0.0050917
concurrent=100 algo=md5 type=buf encoding=utf-8 len=2 api=stream: 0.00018141
concurrent=100 algo=md5 type=buf encoding=utf-8 len=2 api=digest: 0.0016913
concurrent=100 algo=md5 type=buf encoding=utf-8 len=1024 api=legacy: 1.8129
concurrent=100 algo=md5 type=buf encoding=utf-8 len=1024 api=stream: 0.085169
concurrent=100 algo=md5 type=buf encoding=utf-8 len=1024 api=digest: 0.86632
concurrent=100 algo=md5 type=buf encoding=utf-8 len=102400 api=legacy: 5.6488
concurrent=100 algo=md5 type=buf encoding=utf-8 len=102400 api=stream: 3.5496
concurrent=100 algo=md5 type=buf encoding=utf-8 len=102400 api=digest: 17.639
concurrent=100 algo=md5 type=buf encoding=utf-8 len=1048576 api=legacy: 5.8545
concurrent=100 algo=md5 type=buf encoding=utf-8 len=1048576 api=stream: 5.4001
concurrent=100 algo=md5 type=buf encoding=utf-8 len=1048576 api=digest: 19.202
concurrent=100 algo=md5 type=buf encoding=binary len=2 api=legacy: 0.0049770
concurrent=100 algo=md5 type=buf encoding=binary len=2 api=stream: 0.00017210
concurrent=100 algo=md5 type=buf encoding=binary len=2 api=digest: 0.0020054
concurrent=100 algo=md5 type=buf encoding=binary len=1024 api=legacy: 1.8189
concurrent=100 algo=md5 type=buf encoding=binary len=1024 api=stream: 0.090660
concurrent=100 algo=md5 type=buf encoding=binary len=1024 api=digest: 1.1668
concurrent=100 algo=md5 type=buf encoding=binary len=102400 api=legacy: 5.4945
concurrent=100 algo=md5 type=buf encoding=binary len=102400 api=stream: 3.4887
concurrent=100 algo=md5 type=buf encoding=binary len=102400 api=digest: 16.953
concurrent=100 algo=md5 type=buf encoding=binary len=1048576 api=legacy: 5.7953
concurrent=100 algo=md5 type=buf encoding=binary len=1048576 api=stream: 5.4989
concurrent=100 algo=md5 type=buf encoding=binary len=1048576 api=digest: 18.086
concurrent=100 algo=md5 type=buf encoding=buffer len=2 api=legacy: 0.0043930
concurrent=100 algo=md5 type=buf encoding=buffer len=2 api=stream: 0.00017501
concurrent=100 algo=md5 type=buf encoding=buffer len=2 api=digest: 0.0016416
concurrent=100 algo=md5 type=buf encoding=buffer len=1024 api=legacy: 1.5256
concurrent=100 algo=md5 type=buf encoding=buffer len=1024 api=stream: 0.087597
concurrent=100 algo=md5 type=buf encoding=buffer len=1024 api=digest: 0.87700
concurrent=100 algo=md5 type=buf encoding=buffer len=102400 api=legacy: 5.5586
concurrent=100 algo=md5 type=buf encoding=buffer len=102400 api=stream: 3.5964
concurrent=100 algo=md5 type=buf encoding=buffer len=102400 api=digest: 17.440
concurrent=100 algo=md5 type=buf encoding=buffer len=1048576 api=legacy: 5.7737
concurrent=100 algo=md5 type=buf encoding=buffer len=1048576 api=stream: 5.4728
concurrent=100 algo=md5 type=buf encoding=buffer len=1048576 api=digest: 18.322
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment