forked from mackstann/hash-table-shootout
-
Notifications
You must be signed in to change notification settings - Fork 2
/
console_output_first_all
601 lines (528 loc) · 26.3 KB
/
console_output_first_all
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
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
[ewing@iMacALi3 ~/Downloads/hash-table-shootout_new]$ python bench.py
sequential,2000000,LuaHashMap51,2524983296,0.082455
sequential,2000000,LuaHashMap52,2524991488,0.075146
sequential,2000000,stl_unordered_map,2589757440,0.172754
sequential,2000000,stl_unordered_map_string,2589761536,0.173893
sequential,2000000,perl_hash,2865446912,1.596922
sequential,2000000,python_dict,2743660544,0.213401
sequential,2000000,ruby_hash,2565836800,0.337302
sequential,2000000,tcl_hash,2629148672,0.498803
sequential,6000000,LuaHashMap51,2625646592,0.277019
sequential,6000000,LuaHashMap52,2625654784,0.249478
sequential,6000000,stl_unordered_map,2825400320,0.561377
sequential,6000000,stl_unordered_map_string,2825404416,0.562673
sequential,6000000,perl_hash,3661332480,5.595210
sequential,6000000,python_dict,3244888064,0.757988
sequential,6000000,ruby_hash,2704261120,1.573491
sequential,6000000,tcl_hash,2914369536,1.827907
sequential,10000000,LuaHashMap51,2759864320,0.476410
sequential,10000000,LuaHashMap52,2759872512,0.439081
sequential,10000000,stl_unordered_map,3098075136,0.995877
sequential,10000000,stl_unordered_map_string,3098079232,0.996741
sequential,10000000,perl_hash,4508602368,10.597601
sequential,10000000,python_dict,3342405632,0.916216
sequential,10000000,ruby_hash,2851074048,3.203129
sequential,10000000,tcl_hash,3174420480,2.751272
sequential,14000000,LuaHashMap51,2759864320,0.595748
sequential,14000000,LuaHashMap52,2759872512,0.546321
sequential,14000000,stl_unordered_map,3228098560,1.272388
sequential,14000000,stl_unordered_map_string,3228102656,1.268543
sequential,14000000,perl_hash,5162917888,13.596919
sequential,14000000,python_dict,3843633152,1.598410
sequential,14000000,ruby_hash,3014656000,5.231554
sequential,14000000,tcl_hash,3568689152,5.865454
sequential,18000000,LuaHashMap51,3028299776,0.884690
sequential,18000000,LuaHashMap52,3028307968,0.820011
sequential,18000000,stl_unordered_map,3506237440,1.860456
sequential,18000000,stl_unordered_map_string,3506241536,1.882378
sequential,18000000,perl_hash,6152806400,21.506854
sequential,18000000,python_dict,3942199296,1.748950
sequential,18000000,ruby_hash,3144695808,6.952239
sequential,18000000,tcl_hash,3820351488,6.624910
sequential,22000000,LuaHashMap51,3028299776,1.012663
sequential,22000000,LuaHashMap52,3028307968,0.928854
sequential,22000000,stl_unordered_map,3636260864,2.139545
sequential,22000000,stl_unordered_map_string,3636264960,2.142969
sequential,22000000,perl_hash,6723231744,24.654087
sequential,22000000,python_dict,4040781824,1.933672
sequential,22000000,ruby_hash,3274719232,8.743352
sequential,22000000,tcl_hash,4080398336,7.507408
sequential,26000000,LuaHashMap51,3028299776,1.132498
sequential,26000000,LuaHashMap52,3028307968,1.034415
sequential,26000000,stl_unordered_map,3766284288,2.423344
sequential,26000000,stl_unordered_map_string,3766288384,2.422813
sequential,26000000,perl_hash,7377551360,27.818875
sequential,26000000,python_dict,4944654336,3.172499
sequential,26000000,ruby_hash,3471855616,11.593821
sequential,26000000,tcl_hash,4340445184,8.408787
sequential,30000000,LuaHashMap51,3028299776,1.257434
sequential,30000000,LuaHashMap52,3028307968,1.142977
sequential,30000000,stl_unordered_map,3896307712,2.687319
sequential,30000000,stl_unordered_map_string,3896311808,2.694048
sequential,30000000,perl_hash,8023474176,31.042350
sequential,30000000,python_dict,5043220480,3.339227
sequential,30000000,ruby_hash,3601879040,13.353092
sequential,30000000,tcl_hash,4592103424,9.259151
random,2000000,LuaHashMap51,2658906112,0.843901
random,2000000,LuaHashMap52,2658914304,0.921688
random,2000000,stl_unordered_map,2588708864,0.861376
random,2000000,stl_unordered_map_string,2588712960,0.865104
random,2000000,perl_hash,2864398336,1.614366
random,2000000,python_dict,2743660544,0.754030
random,2000000,ruby_hash,2565836800,2.751805
random,2000000,tcl_hash,2629148672,1.045386
random,6000000,LuaHashMap51,2994450432,3.202643
random,6000000,LuaHashMap52,2994458624,3.359776
random,6000000,stl_unordered_map,2824351744,3.362788
random,6000000,stl_unordered_map_string,2824355840,3.368086
random,6000000,perl_hash,3661332480,5.644890
random,6000000,python_dict,3243839488,2.792663
random,6000000,ruby_hash,2703212544,14.869855
random,6000000,tcl_hash,2914369536,3.583547
random,10000000,LuaHashMap51,3329994752,6.308540
random,10000000,LuaHashMap52,3330002944,6.525091
random,10000000,stl_unordered_map,3098075136,6.485418
random,10000000,stl_unordered_map_string,3098079232,6.492851
random,10000000,perl_hash,4507553792,10.632462
random,10000000,python_dict,3342405632,3.879628
random,10000000,ruby_hash,2850025472,31.877632
random,10000000,tcl_hash,3174420480,6.197642
random,14000000,LuaHashMap51,3329994752,7.836549
random,14000000,LuaHashMap52,3330002944,7.961184
random,14000000,stl_unordered_map,3227049984,7.755326
random,14000000,stl_unordered_map_string,3227054080,7.754998
random,14000000,perl_hash,5152432128,13.638327
random,14000000,python_dict,3842584576,6.523363
random,14000000,ruby_hash,3012558848,55.335075
random,14000000,tcl_hash,3560300544,11.294534
random,18000000,LuaHashMap51,4001083392,13.211123
random,18000000,LuaHashMap52,4001091584,13.341293
random,18000000,stl_unordered_map,3356041216,9.210024
random,18000000,stl_unordered_map_string,3356045312,9.204468
random,18000000,perl_hash,6149660672,21.536541
random,18000000,python_dict,3940102144,7.771089
random,18000000,ruby_hash,3141550080,72.546780
random,18000000,tcl_hash,3811962880,13.413568
random,22000000,LuaHashMap51,4001083392,14.705873
random,22000000,LuaHashMap52,4001091584,14.781274
random,22000000,stl_unordered_map,3633115136,14.416510
random,22000000,stl_unordered_map_string,3633119232,14.425972
random,22000000,perl_hash,6717988864,24.627068
random,22000000,python_dict,4037636096,9.083981
random,22000000,ruby_hash,3270524928,97.901225
random,22000000,tcl_hash,4063621120,15.781648
random,26000000,LuaHashMap51,4001083392,16.493543
random,26000000,LuaHashMap52,4001091584,16.415963
random,26000000,stl_unordered_map,3762089984,15.817948
random,26000000,stl_unordered_map_string,3762094080,15.821773
random,26000000,perl_hash,7361822720,28.157661
random,26000000,python_dict,4940460032,13.650392
random,26000000,ruby_hash,3466612736,137.746978
random,26000000,tcl_hash,4315279360,18.385187
random,30000000,LuaHashMap51,4001083392,18.430268
random,30000000,LuaHashMap52,4001091584,18.262572
random,30000000,stl_unordered_map,3890016256,17.287161
random,30000000,stl_unordered_map_string,3890020352,17.306336
random,30000000,perl_hash,8005648384,31.336521
random,30000000,python_dict,5037977600,15.031906
random,30000000,ruby_hash,3594539008,159.228569
random,30000000,tcl_hash,4566937600,21.308841
delete,2000000,LuaHashMap51,2524983296,0.063955
delete,2000000,LuaHashMap52,2524991488,0.057256
delete,2000000,stl_unordered_map,2532085760,0.208740
delete,2000000,stl_unordered_map_string,2532089856,0.210176
delete,2000000,perl_hash,2881449984,1.729337
item not found for key -1
item not found for key -1
item not found for key -1
delete,2000000,python_dict,2743660544,0.094758
delete,2000000,ruby_hash,2508165120,0.239288
delete,2000000,tcl_hash,2629148672,0.283814
delete,6000000,LuaHashMap51,2625646592,0.195356
delete,6000000,LuaHashMap52,2625654784,0.175526
delete,6000000,stl_unordered_map,2637705216,0.615569
delete,6000000,stl_unordered_map_string,2637709312,0.612932
delete,6000000,perl_hash,3709333504,5.179884
item not found for key -1
item not found for key -1
item not found for key -1
delete,6000000,python_dict,3244888064,0.282705
delete,6000000,ruby_hash,2516566016,0.729905
delete,6000000,tcl_hash,2914369536,0.917876
delete,10000000,LuaHashMap51,2759864320,0.331859
delete,10000000,LuaHashMap52,2759872512,0.298663
delete,10000000,stl_unordered_map,2781405184,1.016729
delete,10000000,stl_unordered_map_string,2781409280,1.012489
delete,10000000,perl_hash,4588605440,8.438544
item not found for key -1
item not found for key -1
item not found for key -1
delete,10000000,python_dict,3342405632,0.472990
delete,10000000,ruby_hash,2533355520,1.225358
delete,10000000,tcl_hash,3174420480,1.832406
delete,14000000,LuaHashMap51,2759864320,0.448987
delete,14000000,LuaHashMap52,2759872512,0.402947
delete,14000000,stl_unordered_map,2781405184,1.422814
delete,14000000,stl_unordered_map_string,2781409280,1.418993
delete,14000000,perl_hash,5274918912,13.211486
item not found for key -1
item not found for key -1
item not found for key -1
delete,14000000,python_dict,3843633152,0.662055
delete,14000000,ruby_hash,2566914048,1.602651
delete,14000000,tcl_hash,3568689152,2.115999
delete,18000000,LuaHashMap51,3028299776,0.604391
delete,18000000,LuaHashMap52,3028307968,0.545130
delete,18000000,stl_unordered_map,2929520640,1.828542
delete,18000000,stl_unordered_map_string,2929524736,1.821539
delete,18000000,perl_hash,6296809472,15.727632
item not found for key -1
item not found for key -1
item not found for key -1
delete,18000000,python_dict,3942199296,0.851662
delete,18000000,ruby_hash,2566930432,2.082571
delete,18000000,tcl_hash,3820351488,2.791693
delete,22000000,LuaHashMap51,3028299776,0.721819
delete,22000000,LuaHashMap52,3028307968,0.649054
delete,22000000,stl_unordered_map,2929520640,2.236211
delete,22000000,stl_unordered_map_string,2929524736,2.227260
delete,22000000,perl_hash,6899232768,20.400946
item not found for key -1
item not found for key -1
item not found for key -1
delete,22000000,python_dict,4040781824,1.040472
delete,22000000,ruby_hash,2566930432,2.638071
delete,22000000,tcl_hash,4080398336,3.605800
delete,26000000,LuaHashMap51,3028299776,0.839309
delete,26000000,LuaHashMap52,3028307968,0.753564
delete,26000000,stl_unordered_map,2929520640,2.642483
delete,26000000,stl_unordered_map_string,2929524736,2.632795
delete,26000000,perl_hash,7585554432,25.624623
item not found for key -1
item not found for key -1
item not found for key -1
delete,26000000,python_dict,4944654336,1.230521
delete,26000000,ruby_hash,2634043392,2.879808
delete,26000000,tcl_hash,4340445184,4.451745
delete,30000000,LuaHashMap51,3028299776,0.957035
delete,30000000,LuaHashMap52,3028307968,0.857823
delete,30000000,stl_unordered_map,2929520640,3.047782
delete,30000000,stl_unordered_map_string,2929524736,3.036989
delete,30000000,perl_hash,8263475200,30.538997
item not found for key -1
item not found for key -1
item not found for key -1
delete,30000000,python_dict,5043220480,1.418473
delete,30000000,ruby_hash,2634043392,3.419568
delete,30000000,tcl_hash,4592103424,5.285084
sequentialstring,2000000,LuaHashMap51,2723921920,2.559472
sequentialstring,2000000,LuaHashMap52,2723930112,2.403525
sequentialstring,2000000,stl_unordered_map,2491142144,0.362919
sequentialstring,2000000,stl_unordered_map_string,2654777344,1.755023
sequentialstring,2000000,perl_hash,2732277760,1.562024
sequentialstring,2000000,python_dict,2989871104,1.541924
ruby: [BUG] Segmentation fault
ruby 1.8.7 (2012-02-08 patchlevel 358) [universal-darwin12.0]
ruby: [BUG] Segmentation fault
ruby 1.8.7 (2012-02-08 patchlevel 358) [universal-darwin12.0]
ruby: [BUG] Segmentation fault
ruby 1.8.7 (2012-02-08 patchlevel 358) [universal-darwin12.0]
sequentialstring,2000000,tcl_hash,2629148672,0.625528
sequentialstring,6000000,LuaHashMap51,3189497856,9.764768
sequentialstring,6000000,LuaHashMap52,3189506048,9.235080
sequentialstring,6000000,stl_unordered_map,2491142144,1.087382
sequentialstring,6000000,stl_unordered_map_string,3019399168,6.455011
sequentialstring,6000000,perl_hash,3271258112,5.412998
sequentialstring,6000000,python_dict,3990278144,5.685898
ruby: [BUG] Segmentation fault
ruby 1.8.7 (2012-02-08 patchlevel 358) [universal-darwin12.0]
ruby: [BUG] Segmentation fault
ruby 1.8.7 (2012-02-08 patchlevel 358) [universal-darwin12.0]
ruby: [BUG] Segmentation fault
ruby 1.8.7 (2012-02-08 patchlevel 358) [universal-darwin12.0]
sequentialstring,6000000,tcl_hash,2914369536,1.820882
sequentialstring,10000000,LuaHashMap51,3788242944,18.520851
sequentialstring,10000000,LuaHashMap52,3788251136,17.888699
sequentialstring,10000000,stl_unordered_map,2491142144,1.799664
sequentialstring,10000000,stl_unordered_map_string,3423154176,12.549578
sequentialstring,10000000,perl_hash,3894116352,10.067496
sequentialstring,10000000,python_dict,4185444352,7.970579
ruby: [BUG] Segmentation fault
ruby 1.8.7 (2012-02-08 patchlevel 358) [universal-darwin12.0]
ruby: [BUG] Segmentation fault
ruby 1.8.7 (2012-02-08 patchlevel 358) [universal-darwin12.0]
ruby: [BUG] Segmentation fault
ruby 1.8.7 (2012-02-08 patchlevel 358) [universal-darwin12.0]
sequentialstring,10000000,tcl_hash,3174420480,3.005728
sequentialstring,14000000,LuaHashMap51,3983278080,22.904192
sequentialstring,14000000,LuaHashMap52,3983286272,21.798387
sequentialstring,14000000,stl_unordered_map,2491142144,2.539961
sequentialstring,14000000,stl_unordered_map_string,3748212736,14.880042
sequentialstring,14000000,perl_hash,4255895552,13.204239
sequentialstring,14000000,python_dict,5185785856,13.029291
ruby: [BUG] Segmentation fault
ruby 1.8.7 (2012-02-08 patchlevel 358) [universal-darwin12.0]
ruby: [BUG] Segmentation fault
ruby 1.8.7 (2012-02-08 patchlevel 358) [universal-darwin12.0]
ruby: [BUG] Segmentation fault
ruby 1.8.7 (2012-02-08 patchlevel 358) [universal-darwin12.0]
sequentialstring,14000000,tcl_hash,3568689152,4.658115
sequentialstring,18000000,LuaHashMap51,4983635968,38.067969
sequentialstring,18000000,LuaHashMap52,4983644160,36.251081
sequentialstring,18000000,stl_unordered_map,2491142144,3.276866
sequentialstring,18000000,stl_unordered_map_string,4221403136,25.308026
sequentialstring,18000000,perl_hash,5012967424,20.519957
sequentialstring,18000000,python_dict,5381083136,15.332929
ruby: [BUG] Segmentation fault
ruby 1.8.7 (2012-02-08 patchlevel 358) [universal-darwin12.0]
ruby: [BUG] Segmentation fault
ruby 1.8.7 (2012-02-08 patchlevel 358) [universal-darwin12.0]
ruby: [BUG] Segmentation fault
ruby 1.8.7 (2012-02-08 patchlevel 358) [universal-darwin12.0]
sequentialstring,18000000,tcl_hash,3820351488,5.933107
sequentialstring,22000000,LuaHashMap51,5178671104,44.387558
sequentialstring,22000000,LuaHashMap52,5178679296,40.039904
sequentialstring,22000000,stl_unordered_map,2491142144,4.013434
sequentialstring,22000000,stl_unordered_map_string,4546461696,27.408027
sequentialstring,22000000,perl_hash,5308665856,23.543786
sequentialstring,22000000,python_dict,5576511488,18.324396
ruby: [BUG] Segmentation fault
ruby 1.8.7 (2012-02-08 patchlevel 358) [universal-darwin12.0]
ruby: [BUG] Segmentation fault
ruby 1.8.7 (2012-02-08 patchlevel 358) [universal-darwin12.0]
ruby: [BUG] Segmentation fault
ruby 1.8.7 (2012-02-08 patchlevel 358) [universal-darwin12.0]
sequentialstring,22000000,tcl_hash,4080398336,7.264320
sequentialstring,26000000,LuaHashMap51,5373739008,48.511286
sequentialstring,26000000,LuaHashMap52,5373747200,44.347752
sequentialstring,26000000,stl_unordered_map,2491142144,4.752418
sequentialstring,26000000,stl_unordered_map_string,4871520256,30.201765
sequentialstring,26000000,perl_hash,5688283136,26.661721
sequentialstring,26000000,python_dict,7382159360,25.854817
ruby: [BUG] Segmentation fault
ruby 1.8.7 (2012-02-08 patchlevel 358) [universal-darwin12.0]
ruby: [BUG] Segmentation fault
ruby 1.8.7 (2012-02-08 patchlevel 358) [universal-darwin12.0]
ruby: [BUG] Segmentation fault
ruby 1.8.7 (2012-02-08 patchlevel 358) [universal-darwin12.0]
sequentialstring,26000000,tcl_hash,4340445184,8.739051
sequentialstring,30000000,LuaHashMap51,5568774144,53.088380
sequentialstring,30000000,LuaHashMap52,5568782336,48.934821
sequentialstring,30000000,stl_unordered_map,2491142144,5.489923
sequentialstring,30000000,stl_unordered_map_string,5196644352,32.415857
sequentialstring,30000000,perl_hash,6076260352,29.990454
sequentialstring,30000000,python_dict,7577714688,28.054237
ruby: [BUG] Segmentation fault
ruby 1.8.7 (2012-02-08 patchlevel 358) [universal-darwin12.0]
ruby: [BUG] Segmentation fault
ruby 1.8.7 (2012-02-08 patchlevel 358) [universal-darwin12.0]
ruby: [BUG] Segmentation fault
ruby 1.8.7 (2012-02-08 patchlevel 358) [universal-darwin12.0]
sequentialstring,30000000,tcl_hash,4592103424,9.668330
randomstring,2000000,LuaHashMap51,2723921920,2.565581
randomstring,2000000,LuaHashMap52,2723930112,2.408366
randomstring,2000000,stl_unordered_map,2491142144,0.360391
randomstring,2000000,stl_unordered_map_string,2654777344,1.752426
randomstring,2000000,perl_hash,2732277760,1.572499
randomstring,2000000,python_dict,2989871104,1.551542
ruby: [BUG] Segmentation fault
ruby 1.8.7 (2012-02-08 patchlevel 358) [universal-darwin12.0]
ruby: [BUG] Segmentation fault
ruby 1.8.7 (2012-02-08 patchlevel 358) [universal-darwin12.0]
ruby: [BUG] Segmentation fault
ruby 1.8.7 (2012-02-08 patchlevel 358) [universal-darwin12.0]
randomstring,2000000,tcl_hash,2629148672,0.603423
randomstring,6000000,LuaHashMap51,3189497856,9.733834
randomstring,6000000,LuaHashMap52,3189506048,9.027022
randomstring,6000000,stl_unordered_map,2491142144,1.094934
randomstring,6000000,stl_unordered_map_string,3019399168,6.462267
randomstring,6000000,perl_hash,3271258112,5.370662
randomstring,6000000,python_dict,3990278144,5.701759
ruby: [BUG] Segmentation fault
ruby 1.8.7 (2012-02-08 patchlevel 358) [universal-darwin12.0]
ruby: [BUG] Segmentation fault
ruby 1.8.7 (2012-02-08 patchlevel 358) [universal-darwin12.0]
ruby: [BUG] Segmentation fault
ruby 1.8.7 (2012-02-08 patchlevel 358) [universal-darwin12.0]
randomstring,6000000,tcl_hash,2914369536,1.831284
randomstring,10000000,LuaHashMap51,3788242944,18.532513
randomstring,10000000,LuaHashMap52,3788251136,17.952486
randomstring,10000000,stl_unordered_map,2491142144,1.828748
randomstring,10000000,stl_unordered_map_string,3423154176,12.548357
randomstring,10000000,perl_hash,3894116352,10.049692
randomstring,10000000,python_dict,4185444352,7.970600
ruby: [BUG] Segmentation fault
ruby 1.8.7 (2012-02-08 patchlevel 358) [universal-darwin12.0]
ruby: [BUG] Segmentation fault
ruby 1.8.7 (2012-02-08 patchlevel 358) [universal-darwin12.0]
ruby: [BUG] Segmentation fault
ruby 1.8.7 (2012-02-08 patchlevel 358) [universal-darwin12.0]
randomstring,10000000,tcl_hash,3174420480,3.040720
randomstring,14000000,LuaHashMap51,3983278080,22.864639
randomstring,14000000,LuaHashMap52,3983286272,21.829412
randomstring,14000000,stl_unordered_map,2491142144,2.575893
randomstring,14000000,stl_unordered_map_string,3748212736,14.909196
randomstring,14000000,perl_hash,4255895552,13.080107
randomstring,14000000,python_dict,5185785856,12.958110
ruby: [BUG] Segmentation fault
ruby 1.8.7 (2012-02-08 patchlevel 358) [universal-darwin12.0]
ruby: [BUG] Segmentation fault
ruby 1.8.7 (2012-02-08 patchlevel 358) [universal-darwin12.0]
ruby: [BUG] Segmentation fault
ruby 1.8.7 (2012-02-08 patchlevel 358) [universal-darwin12.0]
randomstring,14000000,tcl_hash,3568689152,4.656886
randomstring,18000000,LuaHashMap51,4983635968,38.094736
randomstring,18000000,LuaHashMap52,4983644160,36.275430
randomstring,18000000,stl_unordered_map,2491142144,3.309390
randomstring,18000000,stl_unordered_map_string,4221403136,25.045575
randomstring,18000000,perl_hash,5012967424,20.796815
randomstring,18000000,python_dict,5381083136,15.350599
ruby: [BUG] Segmentation fault
ruby 1.8.7 (2012-02-08 patchlevel 358) [universal-darwin12.0]
ruby: [BUG] Segmentation fault
ruby 1.8.7 (2012-02-08 patchlevel 358) [universal-darwin12.0]
ruby: [BUG] Segmentation fault
ruby 1.8.7 (2012-02-08 patchlevel 358) [universal-darwin12.0]
randomstring,18000000,tcl_hash,3820351488,5.902477
randomstring,22000000,LuaHashMap51,5178671104,44.265623
randomstring,22000000,LuaHashMap52,5178679296,40.075074
randomstring,22000000,stl_unordered_map,2491142144,4.062357
randomstring,22000000,stl_unordered_map_string,4546461696,27.400825
randomstring,22000000,perl_hash,5308665856,23.399476
randomstring,22000000,python_dict,5576511488,18.196876
ruby: [BUG] Segmentation fault
ruby 1.8.7 (2012-02-08 patchlevel 358) [universal-darwin12.0]
ruby: [BUG] Segmentation fault
ruby 1.8.7 (2012-02-08 patchlevel 358) [universal-darwin12.0]
ruby: [BUG] Segmentation fault
ruby 1.8.7 (2012-02-08 patchlevel 358) [universal-darwin12.0]
randomstring,22000000,tcl_hash,4080398336,7.292402
randomstring,26000000,LuaHashMap51,5373739008,48.615341
randomstring,26000000,LuaHashMap52,5373747200,44.449192
randomstring,26000000,stl_unordered_map,2491142144,4.806463
randomstring,26000000,stl_unordered_map_string,4871520256,29.879222
randomstring,26000000,perl_hash,5688283136,26.712618
randomstring,26000000,python_dict,7382159360,25.874762
ruby: [BUG] Segmentation fault
ruby 1.8.7 (2012-02-08 patchlevel 358) [universal-darwin12.0]
ruby: [BUG] Segmentation fault
ruby 1.8.7 (2012-02-08 patchlevel 358) [universal-darwin12.0]
ruby: [BUG] Segmentation fault
ruby 1.8.7 (2012-02-08 patchlevel 358) [universal-darwin12.0]
randomstring,26000000,tcl_hash,4340445184,8.463392
randomstring,30000000,LuaHashMap51,5568774144,53.211779
randomstring,30000000,LuaHashMap52,5568782336,48.929197
randomstring,30000000,stl_unordered_map,2491142144,5.550130
randomstring,30000000,stl_unordered_map_string,5196644352,32.392050
randomstring,30000000,perl_hash,6076260352,29.958112
randomstring,30000000,python_dict,7577714688,28.212473
ruby: [BUG] Segmentation fault
ruby 1.8.7 (2012-02-08 patchlevel 358) [universal-darwin12.0]
ruby: [BUG] Segmentation fault
ruby 1.8.7 (2012-02-08 patchlevel 358) [universal-darwin12.0]
ruby: [BUG] Segmentation fault
ruby 1.8.7 (2012-02-08 patchlevel 358) [universal-darwin12.0]
randomstring,30000000,tcl_hash,4592103424,9.629807
deletestring,2000000,LuaHashMap51,2723921920,1.181902
deletestring,2000000,LuaHashMap52,2723930112,1.177085
deletestring,2000000,stl_unordered_map,2491142144,0.358935
deletestring,2000000,stl_unordered_map_string,2532093952,1.413435
deletestring,2000000,perl_hash,2658103296,1.562509
deletestring,2000000,python_dict,2700595200,0.873207
ruby: [BUG] Segmentation fault
ruby 1.8.7 (2012-02-08 patchlevel 358) [universal-darwin12.0]
ruby: [BUG] Segmentation fault
ruby 1.8.7 (2012-02-08 patchlevel 358) [universal-darwin12.0]
ruby: [BUG] Segmentation fault
ruby 1.8.7 (2012-02-08 patchlevel 358) [universal-darwin12.0]
deletestring,2000000,tcl_hash,2629148672,0.445722
deletestring,6000000,LuaHashMap51,3189497856,3.707420
deletestring,6000000,LuaHashMap52,3189506048,3.680841
deletestring,6000000,stl_unordered_map,2491142144,1.080622
deletestring,6000000,stl_unordered_map_string,2637717504,4.236618
deletestring,6000000,perl_hash,3034046464,4.662369
deletestring,6000000,python_dict,3304640512,2.651508
ruby: [BUG] Segmentation fault
ruby 1.8.7 (2012-02-08 patchlevel 358) [universal-darwin12.0]
ruby: [BUG] Segmentation fault
ruby 1.8.7 (2012-02-08 patchlevel 358) [universal-darwin12.0]
ruby: [BUG] Segmentation fault
ruby 1.8.7 (2012-02-08 patchlevel 358) [universal-darwin12.0]
deletestring,6000000,tcl_hash,2914369536,1.341725
deletestring,10000000,LuaHashMap51,3788242944,6.444780
deletestring,10000000,LuaHashMap52,3788251136,6.470158
deletestring,10000000,stl_unordered_map,2491142144,1.804373
deletestring,10000000,stl_unordered_map_string,2781425664,6.980715
deletestring,10000000,perl_hash,3493871616,7.733367
deletestring,10000000,python_dict,3304771584,4.900733
ruby: [BUG] Segmentation fault
ruby 1.8.7 (2012-02-08 patchlevel 358) [universal-darwin12.0]
ruby: [BUG] Segmentation fault
ruby 1.8.7 (2012-02-08 patchlevel 358) [universal-darwin12.0]
ruby: [BUG] Segmentation fault
ruby 1.8.7 (2012-02-08 patchlevel 358) [universal-darwin12.0]
deletestring,10000000,tcl_hash,3174420480,2.291702
deletestring,14000000,LuaHashMap51,3983278080,9.861092
deletestring,14000000,LuaHashMap52,3983286272,9.758880
deletestring,14000000,stl_unordered_map,2491142144,2.540945
deletestring,14000000,stl_unordered_map_string,2781425664,10.092271
deletestring,14000000,perl_hash,3693662208,11.904691
deletestring,14000000,python_dict,4110274560,6.415711
ruby: [BUG] Segmentation fault
ruby 1.8.7 (2012-02-08 patchlevel 358) [universal-darwin12.0]
ruby: [BUG] Segmentation fault
ruby 1.8.7 (2012-02-08 patchlevel 358) [universal-darwin12.0]
ruby: [BUG] Segmentation fault
ruby 1.8.7 (2012-02-08 patchlevel 358) [universal-darwin12.0]
deletestring,14000000,tcl_hash,3568689152,3.137749
deletestring,18000000,LuaHashMap51,4983635968,12.483300
deletestring,18000000,LuaHashMap52,4983644160,12.441778
deletestring,18000000,stl_unordered_map,2491142144,3.277684
deletestring,18000000,stl_unordered_map_string,2929557504,12.842781
deletestring,18000000,perl_hash,4287700992,14.560126
deletestring,18000000,python_dict,4110536704,9.081628
ruby: [BUG] Segmentation fault
ruby 1.8.7 (2012-02-08 patchlevel 358) [universal-darwin12.0]
ruby: [BUG] Segmentation fault
ruby 1.8.7 (2012-02-08 patchlevel 358) [universal-darwin12.0]
ruby: [BUG] Segmentation fault
ruby 1.8.7 (2012-02-08 patchlevel 358) [universal-darwin12.0]
deletestring,18000000,tcl_hash,3820351488,4.235369
deletestring,22000000,LuaHashMap51,5178671104,15.886796
deletestring,22000000,LuaHashMap52,5178679296,15.721694
deletestring,22000000,stl_unordered_map,2491142144,4.013834
deletestring,22000000,stl_unordered_map_string,2929557504,15.906390
deletestring,22000000,perl_hash,4420362240,18.668990
deletestring,22000000,python_dict,4110733312,11.530368
ruby: [BUG] Segmentation fault
ruby 1.8.7 (2012-02-08 patchlevel 358) [universal-darwin12.0]
ruby: [BUG] Segmentation fault
ruby 1.8.7 (2012-02-08 patchlevel 358) [universal-darwin12.0]
ruby: [BUG] Segmentation fault
ruby 1.8.7 (2012-02-08 patchlevel 358) [universal-darwin12.0]
deletestring,22000000,tcl_hash,4080398336,5.174710
deletestring,26000000,LuaHashMap51,5373739008,19.616224
deletestring,26000000,LuaHashMap52,5373747200,19.676326
deletestring,26000000,stl_unordered_map,2491142144,4.749402
deletestring,26000000,stl_unordered_map_string,2929557504,19.000360
deletestring,26000000,perl_hash,4636946432,23.360324
deletestring,26000000,python_dict,5721346048,11.785104
ruby: [BUG] Segmentation fault
ruby 1.8.7 (2012-02-08 patchlevel 358) [universal-darwin12.0]
ruby: [BUG] Segmentation fault
ruby 1.8.7 (2012-02-08 patchlevel 358) [universal-darwin12.0]
ruby: [BUG] Segmentation fault
ruby 1.8.7 (2012-02-08 patchlevel 358) [universal-darwin12.0]
deletestring,26000000,tcl_hash,4340445184,6.078362
deletestring,30000000,LuaHashMap51,5568774144,23.492537
deletestring,30000000,LuaHashMap52,5568782336,23.354217
deletestring,30000000,stl_unordered_map,2491142144,5.487085
deletestring,30000000,stl_unordered_map_string,2929623040,22.203298
deletestring,30000000,perl_hash,4861886464,28.142315
deletestring,30000000,python_dict,5721866240,13.918082
ruby: [BUG] Segmentation fault
ruby 1.8.7 (2012-02-08 patchlevel 358) [universal-darwin12.0]
ruby: [BUG] Segmentation fault
ruby 1.8.7 (2012-02-08 patchlevel 358) [universal-darwin12.0]
ruby: [BUG] Segmentation fault
ruby 1.8.7 (2012-02-08 patchlevel 358) [universal-darwin12.0]