1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361
|
#mbytes,method,test_case,backend,time,mb_per_sec
0.954, basic_parse, long_list, python, 1.216, 0.784
0.954, basic_parse, long_list, yajl2, 0.934, 1.022
0.954, basic_parse, long_list, yajl2_c, 0.077, 12.331
10.278, basic_parse, big_int_object, python, 2.602, 3.950
10.278, basic_parse, big_int_object, yajl2, 2.387, 4.307
10.278, basic_parse, big_int_object, yajl2_c, 0.152, 67.801
11.232, basic_parse, big_decimal_object, python, 2.700, 4.161
11.232, basic_parse, big_decimal_object, yajl2, 1.841, 6.100
11.232, basic_parse, big_decimal_object, yajl2_c, 0.253, 44.418
9.431, basic_parse, big_null_object, python, 2.335, 4.038
9.431, basic_parse, big_null_object, yajl2, 0.929, 10.149
9.431, basic_parse, big_null_object, yajl2_c, 0.113, 83.529
9.669, basic_parse, big_bool_object, python, 2.317, 4.174
9.669, basic_parse, big_bool_object, yajl2, 1.020, 9.483
9.669, basic_parse, big_bool_object, yajl2_c, 0.122, 79.066
14.093, basic_parse, big_str_object, python, 2.607, 5.405
14.093, basic_parse, big_str_object, yajl2, 1.438, 9.798
14.093, basic_parse, big_str_object, yajl2_c, 0.130, 108.284
40.425, basic_parse, big_longstr_object, python, 2.730, 14.808
40.425, basic_parse, big_longstr_object, yajl2, 1.473, 27.440
40.425, basic_parse, big_longstr_object, yajl2_c, 0.134, 301.499
96.321, basic_parse, object_with_10_keys, python, 28.131, 3.424
96.321, basic_parse, object_with_10_keys, yajl2, 15.014, 6.415
96.321, basic_parse, object_with_10_keys, yajl2_c, 1.434, 67.175
1.907, basic_parse, empty_lists, python, 1.486, 1.284
1.907, basic_parse, empty_lists, yajl2, 0.424, 4.498
1.907, basic_parse, empty_lists, yajl2_c, 0.095, 20.125
1.907, basic_parse, empty_objects, python, 1.489, 1.281
1.907, basic_parse, empty_objects, yajl2, 0.422, 4.519
1.907, basic_parse, empty_objects, yajl2_c, 0.096, 19.852
0.954, basic_parse, long_list, python, 1.218, 0.783
0.954, basic_parse, long_list, yajl2, 0.977, 0.976
0.954, basic_parse, long_list, yajl2_c, 0.078, 12.163
10.278, basic_parse, big_int_object, python, 2.621, 3.921
10.278, basic_parse, big_int_object, yajl2, 2.442, 4.208
10.278, basic_parse, big_int_object, yajl2_c, 0.176, 58.551
11.232, basic_parse, big_decimal_object, python, 2.839, 3.957
11.232, basic_parse, big_decimal_object, yajl2, 1.925, 5.834
11.232, basic_parse, big_decimal_object, yajl2_c, 0.255, 44.048
9.431, basic_parse, big_null_object, python, 2.386, 3.952
9.431, basic_parse, big_null_object, yajl2, 0.955, 9.879
9.431, basic_parse, big_null_object, yajl2_c, 0.114, 83.068
9.669, basic_parse, big_bool_object, python, 2.339, 4.134
9.669, basic_parse, big_bool_object, yajl2, 1.071, 9.025
9.669, basic_parse, big_bool_object, yajl2_c, 0.122, 79.234
14.093, basic_parse, big_str_object, python, 2.672, 5.274
14.093, basic_parse, big_str_object, yajl2, 1.506, 9.356
14.093, basic_parse, big_str_object, yajl2_c, 0.132, 107.023
40.425, basic_parse, big_longstr_object, python, 2.800, 14.435
40.425, basic_parse, big_longstr_object, yajl2, 1.529, 26.432
40.425, basic_parse, big_longstr_object, yajl2_c, 0.135, 298.699
96.321, basic_parse, object_with_10_keys, python, 29.161, 3.303
96.321, basic_parse, object_with_10_keys, yajl2, 15.523, 6.205
96.321, basic_parse, object_with_10_keys, yajl2_c, 1.428, 67.442
1.907, basic_parse, empty_lists, python, 1.490, 1.280
1.907, basic_parse, empty_lists, yajl2, 0.415, 4.599
1.907, basic_parse, empty_lists, yajl2_c, 0.095, 20.104
1.907, basic_parse, empty_objects, python, 1.469, 1.298
1.907, basic_parse, empty_objects, yajl2, 0.413, 4.618
1.907, basic_parse, empty_objects, yajl2_c, 0.095, 19.981
0.954, basic_parse, long_list, python, 1.222, 0.780
0.954, basic_parse, long_list, yajl2, 0.986, 0.967
0.954, basic_parse, long_list, yajl2_c, 0.078, 12.274
10.278, basic_parse, big_int_object, python, 2.587, 3.973
10.278, basic_parse, big_int_object, yajl2, 1.793, 5.734
10.278, basic_parse, big_int_object, yajl2_c, 0.156, 65.943
11.232, basic_parse, big_decimal_object, python, 2.726, 4.120
11.232, basic_parse, big_decimal_object, yajl2, 1.878, 5.979
11.232, basic_parse, big_decimal_object, yajl2_c, 0.256, 43.955
9.431, basic_parse, big_null_object, python, 2.333, 4.042
9.431, basic_parse, big_null_object, yajl2, 0.947, 9.963
9.431, basic_parse, big_null_object, yajl2_c, 0.122, 77.363
9.669, basic_parse, big_bool_object, python, 2.300, 4.204
9.669, basic_parse, big_bool_object, yajl2, 1.062, 9.105
9.669, basic_parse, big_bool_object, yajl2_c, 0.126, 76.706
14.093, basic_parse, big_str_object, python, 2.612, 5.395
14.093, basic_parse, big_str_object, yajl2, 1.479, 9.531
14.093, basic_parse, big_str_object, yajl2_c, 0.134, 104.899
40.425, basic_parse, big_longstr_object, python, 2.705, 14.947
40.425, basic_parse, big_longstr_object, yajl2, 1.506, 26.836
40.425, basic_parse, big_longstr_object, yajl2_c, 0.141, 286.686
96.321, basic_parse, object_with_10_keys, python, 28.038, 3.435
96.321, basic_parse, object_with_10_keys, yajl2, 15.295, 6.298
96.321, basic_parse, object_with_10_keys, yajl2_c, 1.461, 65.907
1.907, basic_parse, empty_lists, python, 1.480, 1.288
1.907, basic_parse, empty_lists, yajl2, 0.423, 4.513
1.907, basic_parse, empty_lists, yajl2_c, 0.097, 19.611
1.907, basic_parse, empty_objects, python, 1.493, 1.278
1.907, basic_parse, empty_objects, yajl2, 0.419, 4.554
1.907, basic_parse, empty_objects, yajl2_c, 0.095, 19.979
0.954, parse, long_list, python, 1.342, 0.711
0.954, parse, long_list, yajl2, 1.066, 0.895
0.954, parse, long_list, yajl2_c, 0.098, 9.752
10.278, parse, big_int_object, python, 2.881, 3.568
10.278, parse, big_int_object, yajl2, 2.015, 5.102
10.278, parse, big_int_object, yajl2_c, 0.204, 50.394
11.232, parse, big_decimal_object, python, 3.086, 3.640
11.232, parse, big_decimal_object, yajl2, 2.081, 5.398
11.232, parse, big_decimal_object, yajl2_c, 0.305, 36.789
9.431, parse, big_null_object, python, 2.661, 3.544
9.431, parse, big_null_object, yajl2, 1.193, 7.908
9.431, parse, big_null_object, yajl2_c, 0.161, 58.604
9.669, parse, big_bool_object, python, 2.675, 3.615
9.669, parse, big_bool_object, yajl2, 1.300, 7.439
9.669, parse, big_bool_object, yajl2_c, 0.168, 57.546
14.093, parse, big_str_object, python, 2.996, 4.704
14.093, parse, big_str_object, yajl2, 1.746, 8.072
14.093, parse, big_str_object, yajl2_c, 0.171, 82.554
40.425, parse, big_longstr_object, python, 3.043, 13.282
40.425, parse, big_longstr_object, yajl2, 1.759, 22.980
40.425, parse, big_longstr_object, yajl2_c, 0.173, 233.269
96.321, parse, object_with_10_keys, python, 31.998, 3.010
96.321, parse, object_with_10_keys, yajl2, 18.427, 5.227
96.321, parse, object_with_10_keys, yajl2_c, 2.275, 42.335
1.907, parse, empty_lists, python, 1.838, 1.038
1.907, parse, empty_lists, yajl2, 0.683, 2.791
1.907, parse, empty_lists, yajl2_c, 0.171, 11.179
1.907, parse, empty_objects, python, 1.706, 1.118
1.907, parse, empty_objects, yajl2, 0.656, 2.907
1.907, parse, empty_objects, yajl2_c, 0.148, 12.912
0.954, parse, long_list, python, 1.349, 0.707
0.954, parse, long_list, yajl2, 1.048, 0.910
0.954, parse, long_list, yajl2_c, 0.098, 9.744
10.278, parse, big_int_object, python, 3.138, 3.275
10.278, parse, big_int_object, yajl2, 2.256, 4.557
10.278, parse, big_int_object, yajl2_c, 0.205, 50.119
11.232, parse, big_decimal_object, python, 3.061, 3.670
11.232, parse, big_decimal_object, yajl2, 2.055, 5.466
11.232, parse, big_decimal_object, yajl2_c, 0.307, 36.615
9.431, parse, big_null_object, python, 2.612, 3.611
9.431, parse, big_null_object, yajl2, 1.150, 8.203
9.431, parse, big_null_object, yajl2_c, 0.161, 58.438
9.669, parse, big_bool_object, python, 2.585, 3.741
9.669, parse, big_bool_object, yajl2, 1.251, 7.728
9.669, parse, big_bool_object, yajl2_c, 0.169, 57.167
14.093, parse, big_str_object, python, 2.886, 4.884
14.093, parse, big_str_object, yajl2, 1.661, 8.484
14.093, parse, big_str_object, yajl2_c, 0.174, 80.967
40.425, parse, big_longstr_object, python, 3.001, 13.471
40.425, parse, big_longstr_object, yajl2, 1.695, 23.846
40.425, parse, big_longstr_object, yajl2_c, 0.174, 232.151
96.321, parse, object_with_10_keys, python, 31.260, 3.081
96.321, parse, object_with_10_keys, yajl2, 17.703, 5.441
96.321, parse, object_with_10_keys, yajl2_c, 2.272, 42.390
1.907, parse, empty_lists, python, 1.819, 1.048
1.907, parse, empty_lists, yajl2, 0.667, 2.859
1.907, parse, empty_lists, yajl2_c, 0.174, 10.986
1.907, parse, empty_objects, python, 1.735, 1.099
1.907, parse, empty_objects, yajl2, 0.622, 3.068
1.907, parse, empty_objects, yajl2_c, 0.148, 12.921
0.954, parse, long_list, python, 1.317, 0.724
0.954, parse, long_list, yajl2, 1.027, 0.928
0.954, parse, long_list, yajl2_c, 0.097, 9.833
10.278, parse, big_int_object, python, 2.849, 3.607
10.278, parse, big_int_object, yajl2, 2.522, 4.076
10.278, parse, big_int_object, yajl2_c, 0.205, 50.106
11.232, parse, big_decimal_object, python, 3.051, 3.681
11.232, parse, big_decimal_object, yajl2, 2.030, 5.532
11.232, parse, big_decimal_object, yajl2_c, 0.307, 36.630
9.431, parse, big_null_object, python, 2.595, 3.634
9.431, parse, big_null_object, yajl2, 1.132, 8.329
9.431, parse, big_null_object, yajl2_c, 0.162, 58.292
9.669, parse, big_bool_object, python, 2.565, 3.769
9.669, parse, big_bool_object, yajl2, 1.237, 7.820
9.669, parse, big_bool_object, yajl2_c, 0.169, 57.261
14.093, parse, big_str_object, python, 2.881, 4.892
14.093, parse, big_str_object, yajl2, 1.653, 8.524
14.093, parse, big_str_object, yajl2_c, 0.172, 82.162
40.425, parse, big_longstr_object, python, 3.001, 13.469
40.425, parse, big_longstr_object, yajl2, 1.709, 23.650
40.425, parse, big_longstr_object, yajl2_c, 0.175, 230.897
96.321, parse, object_with_10_keys, python, 31.050, 3.102
96.321, parse, object_with_10_keys, yajl2, 17.577, 5.480
96.321, parse, object_with_10_keys, yajl2_c, 2.275, 42.335
1.907, parse, empty_lists, python, 1.821, 1.048
1.907, parse, empty_lists, yajl2, 0.658, 2.901
1.907, parse, empty_lists, yajl2_c, 0.177, 10.770
1.907, parse, empty_objects, python, 1.723, 1.107
1.907, parse, empty_objects, yajl2, 0.619, 3.082
1.907, parse, empty_objects, yajl2_c, 0.148, 12.881
0.954, kvitems, long_list, python, 1.398, 0.682
0.954, kvitems, long_list, yajl2, 1.088, 0.877
0.954, kvitems, long_list, yajl2_c, 0.104, 9.190
10.278, kvitems, big_int_object, python, 3.898, 2.637
10.278, kvitems, big_int_object, yajl2, 2.631, 3.907
10.278, kvitems, big_int_object, yajl2_c, 0.227, 45.254
11.232, kvitems, big_decimal_object, python, 4.216, 2.664
11.232, kvitems, big_decimal_object, yajl2, 2.731, 4.113
11.232, kvitems, big_decimal_object, yajl2_c, 0.334, 33.661
9.431, kvitems, big_null_object, python, 3.582, 2.633
9.431, kvitems, big_null_object, yajl2, 1.822, 5.177
9.431, kvitems, big_null_object, yajl2_c, 0.190, 49.754
9.669, kvitems, big_bool_object, python, 3.499, 2.763
9.669, kvitems, big_bool_object, yajl2, 1.916, 5.047
9.669, kvitems, big_bool_object, yajl2_c, 0.196, 49.237
14.093, kvitems, big_str_object, python, 3.835, 3.675
14.093, kvitems, big_str_object, yajl2, 2.327, 6.056
14.093, kvitems, big_str_object, yajl2_c, 0.202, 69.738
40.425, kvitems, big_longstr_object, python, 3.975, 10.171
40.425, kvitems, big_longstr_object, yajl2, 2.350, 17.204
40.425, kvitems, big_longstr_object, yajl2_c, 0.206, 195.991
96.321, kvitems, object_with_10_keys, python, 32.431, 2.970
96.321, kvitems, object_with_10_keys, yajl2, 18.863, 5.106
96.321, kvitems, object_with_10_keys, yajl2_c, 2.443, 39.433
1.907, kvitems, empty_lists, python, 1.927, 0.990
1.907, kvitems, empty_lists, yajl2, 0.750, 2.543
1.907, kvitems, empty_lists, yajl2_c, 0.185, 10.287
1.907, kvitems, empty_objects, python, 1.833, 1.040
1.907, kvitems, empty_objects, yajl2, 0.712, 2.679
1.907, kvitems, empty_objects, yajl2_c, 0.157, 12.178
0.954, kvitems, long_list, python, 1.397, 0.683
0.954, kvitems, long_list, yajl2, 1.073, 0.889
0.954, kvitems, long_list, yajl2_c, 0.103, 9.304
10.278, kvitems, big_int_object, python, 4.293, 2.394
10.278, kvitems, big_int_object, yajl2, 2.792, 3.681
10.278, kvitems, big_int_object, yajl2_c, 0.228, 45.143
11.232, kvitems, big_decimal_object, python, 4.091, 2.745
11.232, kvitems, big_decimal_object, yajl2, 2.740, 4.099
11.232, kvitems, big_decimal_object, yajl2_c, 0.336, 33.430
9.431, kvitems, big_null_object, python, 3.554, 2.653
9.431, kvitems, big_null_object, yajl2, 1.822, 5.176
9.431, kvitems, big_null_object, yajl2_c, 0.191, 49.258
9.669, kvitems, big_bool_object, python, 3.459, 2.795
9.669, kvitems, big_bool_object, yajl2, 1.937, 4.991
9.669, kvitems, big_bool_object, yajl2_c, 0.197, 49.116
14.093, kvitems, big_str_object, python, 3.752, 3.757
14.093, kvitems, big_str_object, yajl2, 2.314, 6.091
14.093, kvitems, big_str_object, yajl2_c, 0.204, 69.009
40.425, kvitems, big_longstr_object, python, 4.018, 10.061
40.425, kvitems, big_longstr_object, yajl2, 2.336, 17.302
40.425, kvitems, big_longstr_object, yajl2_c, 0.210, 192.685
96.321, kvitems, object_with_10_keys, python, 32.961, 2.922
96.321, kvitems, object_with_10_keys, yajl2, 18.683, 5.156
96.321, kvitems, object_with_10_keys, yajl2_c, 2.442, 39.445
1.907, kvitems, empty_lists, python, 1.890, 1.009
1.907, kvitems, empty_lists, yajl2, 0.737, 2.587
1.907, kvitems, empty_lists, yajl2_c, 0.187, 10.191
1.907, kvitems, empty_objects, python, 1.826, 1.044
1.907, kvitems, empty_objects, yajl2, 0.697, 2.736
1.907, kvitems, empty_objects, yajl2_c, 0.157, 12.150
0.954, kvitems, long_list, python, 1.369, 0.697
0.954, kvitems, long_list, yajl2, 1.054, 0.905
0.954, kvitems, long_list, yajl2_c, 0.106, 9.034
10.278, kvitems, big_int_object, python, 4.198, 2.448
10.278, kvitems, big_int_object, yajl2, 2.797, 3.674
10.278, kvitems, big_int_object, yajl2_c, 0.227, 45.268
11.232, kvitems, big_decimal_object, python, 4.246, 2.646
11.232, kvitems, big_decimal_object, yajl2, 2.680, 4.191
11.232, kvitems, big_decimal_object, yajl2_c, 0.337, 33.335
9.431, kvitems, big_null_object, python, 3.509, 2.687
9.431, kvitems, big_null_object, yajl2, 1.781, 5.296
9.431, kvitems, big_null_object, yajl2_c, 0.192, 49.222
9.669, kvitems, big_bool_object, python, 3.464, 2.792
9.669, kvitems, big_bool_object, yajl2, 1.892, 5.110
9.669, kvitems, big_bool_object, yajl2_c, 0.200, 48.251
14.093, kvitems, big_str_object, python, 3.766, 3.742
14.093, kvitems, big_str_object, yajl2, 2.285, 6.168
14.093, kvitems, big_str_object, yajl2_c, 0.202, 69.864
40.425, kvitems, big_longstr_object, python, 3.902, 10.360
40.425, kvitems, big_longstr_object, yajl2, 2.318, 17.440
40.425, kvitems, big_longstr_object, yajl2_c, 0.208, 194.403
96.321, kvitems, object_with_10_keys, python, 32.344, 2.978
96.321, kvitems, object_with_10_keys, yajl2, 18.428, 5.227
96.321, kvitems, object_with_10_keys, yajl2_c, 2.363, 40.760
1.907, kvitems, empty_lists, python, 1.902, 1.003
1.907, kvitems, empty_lists, yajl2, 0.739, 2.579
1.907, kvitems, empty_lists, yajl2_c, 0.184, 10.370
1.907, kvitems, empty_objects, python, 1.839, 1.037
1.907, kvitems, empty_objects, yajl2, 0.703, 2.713
1.907, kvitems, empty_objects, yajl2_c, 0.155, 12.329
0.954, items, long_list, python, 1.616, 0.590
0.954, items, long_list, yajl2, 1.254, 0.760
0.954, items, long_list, yajl2_c, 0.111, 8.630
10.278, items, big_int_object, python, 4.178, 2.460
10.278, items, big_int_object, yajl2, 2.498, 4.114
10.278, items, big_int_object, yajl2_c, 0.334, 30.778
11.232, items, big_decimal_object, python, 3.783, 2.969
11.232, items, big_decimal_object, yajl2, 2.641, 4.253
11.232, items, big_decimal_object, yajl2_c, 0.465, 24.156
9.431, items, big_null_object, python, 3.237, 2.913
9.431, items, big_null_object, yajl2, 1.692, 5.574
9.431, items, big_null_object, yajl2_c, 0.283, 33.379
9.669, items, big_bool_object, python, 3.187, 3.034
9.669, items, big_bool_object, yajl2, 1.802, 5.367
9.669, items, big_bool_object, yajl2_c, 0.289, 33.475
14.093, items, big_str_object, python, 3.552, 3.968
14.093, items, big_str_object, yajl2, 2.236, 6.302
14.093, items, big_str_object, yajl2_c, 0.324, 43.561
40.425, items, big_longstr_object, python, 3.798, 10.643
40.425, items, big_longstr_object, yajl2, 2.299, 17.587
40.425, items, big_longstr_object, yajl2_c, 0.346, 117.005
96.321, items, object_with_10_keys, python, 39.468, 2.441
96.321, items, object_with_10_keys, yajl2, 23.463, 4.105
96.321, items, object_with_10_keys, yajl2_c, 3.583, 26.884
1.907, items, empty_lists, python, 2.450, 0.779
1.907, items, empty_lists, yajl2, 1.315, 1.450
1.907, items, empty_lists, yajl2_c, 0.370, 5.161
1.907, items, empty_objects, python, 2.459, 0.776
1.907, items, empty_objects, yajl2, 1.214, 1.572
1.907, items, empty_objects, yajl2_c, 0.269, 7.094
0.954, items, long_list, python, 1.579, 0.604
0.954, items, long_list, yajl2, 1.250, 0.763
0.954, items, long_list, yajl2_c, 0.110, 8.688
10.278, items, big_int_object, python, 3.582, 2.870
10.278, items, big_int_object, yajl2, 2.521, 4.078
10.278, items, big_int_object, yajl2_c, 0.337, 30.476
11.232, items, big_decimal_object, python, 3.832, 2.931
11.232, items, big_decimal_object, yajl2, 2.664, 4.217
11.232, items, big_decimal_object, yajl2_c, 0.465, 24.136
9.431, items, big_null_object, python, 3.237, 2.913
9.431, items, big_null_object, yajl2, 1.722, 5.477
9.431, items, big_null_object, yajl2_c, 0.282, 33.388
9.669, items, big_bool_object, python, 3.175, 3.046
9.669, items, big_bool_object, yajl2, 1.791, 5.398
9.669, items, big_bool_object, yajl2_c, 0.293, 33.018
14.093, items, big_str_object, python, 3.511, 4.014
14.093, items, big_str_object, yajl2, 2.228, 6.325
14.093, items, big_str_object, yajl2_c, 0.323, 43.683
40.425, items, big_longstr_object, python, 3.748, 10.787
40.425, items, big_longstr_object, yajl2, 2.300, 17.575
40.425, items, big_longstr_object, yajl2_c, 0.345, 117.070
96.321, items, object_with_10_keys, python, 38.391, 2.509
96.321, items, object_with_10_keys, yajl2, 23.647, 4.073
96.321, items, object_with_10_keys, yajl2_c, 3.586, 26.858
1.907, items, empty_lists, python, 2.451, 0.778
1.907, items, empty_lists, yajl2, 1.320, 1.445
1.907, items, empty_lists, yajl2_c, 0.366, 5.211
1.907, items, empty_objects, python, 2.465, 0.774
1.907, items, empty_objects, yajl2, 1.219, 1.564
1.907, items, empty_objects, yajl2_c, 0.263, 7.250
0.954, items, long_list, python, 1.582, 0.603
0.954, items, long_list, yajl2, 1.281, 0.744
0.954, items, long_list, yajl2_c, 0.111, 8.627
10.278, items, big_int_object, python, 4.098, 2.508
10.278, items, big_int_object, yajl2, 2.567, 4.005
10.278, items, big_int_object, yajl2_c, 0.336, 30.614
11.232, items, big_decimal_object, python, 3.790, 2.964
11.232, items, big_decimal_object, yajl2, 2.652, 4.236
11.232, items, big_decimal_object, yajl2_c, 0.461, 24.361
9.431, items, big_null_object, python, 3.270, 2.884
9.431, items, big_null_object, yajl2, 1.704, 5.534
9.431, items, big_null_object, yajl2_c, 0.285, 33.079
9.669, items, big_bool_object, python, 3.215, 3.008
9.669, items, big_bool_object, yajl2, 1.827, 5.293
9.669, items, big_bool_object, yajl2_c, 0.296, 32.684
14.093, items, big_str_object, python, 3.509, 4.016
14.093, items, big_str_object, yajl2, 2.270, 6.208
14.093, items, big_str_object, yajl2_c, 0.317, 44.439
40.425, items, big_longstr_object, python, 3.779, 10.696
40.425, items, big_longstr_object, yajl2, 2.311, 17.495
40.425, items, big_longstr_object, yajl2_c, 0.333, 121.372
96.321, items, object_with_10_keys, python, 38.635, 2.493
96.321, items, object_with_10_keys, yajl2, 23.612, 4.079
96.321, items, object_with_10_keys, yajl2_c, 3.573, 26.956
1.907, items, empty_lists, python, 2.468, 0.773
1.907, items, empty_lists, yajl2, 1.335, 1.429
1.907, items, empty_lists, yajl2_c, 0.367, 5.193
1.907, items, empty_objects, python, 2.505, 0.762
1.907, items, empty_objects, yajl2, 1.215, 1.569
1.907, items, empty_objects, yajl2_c, 0.265, 7.201
|