Skip to content

Instantly share code, notes, and snippets.

@tibbe
Created March 22, 2014 20:08
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 tibbe/9713446 to your computer and use it in GitHub Desktop.
Save tibbe/9713446 to your computer and use it in GitHub Desktop.
Full Data.HashMap.Base 361 739926 0.2 0.5 0.4 0.9
Leaf-coll Data.HashMap.Base 368 101 0.0 0.0 0.0 0.0
BitmapIndexed-replace Data.HashMap.Base 364 226745 0.1 0.1 0.1 0.2
Leaf-coll Data.HashMap.Base 367 87870 0.0 0.0 0.0 0.0
BitmapIndexed-grow Data.HashMap.Base 366 25452 0.0 0.0 0.0 0.0
Leaf-no-coll Data.HashMap.Base 365 81709 0.0 0.1 0.0 0.1
Leaf-no-coll Data.HashMap.Base 363 6060 0.0 0.0 0.0 0.0
BitmapIndexed-grow Data.HashMap.Base 362 203515 0.1 0.1 0.1 0.1
BitmapIndexed-replace Data.HashMap.Base 357 8888 0.0 0.0 0.0 0.0
Leaf-coll Data.HashMap.Base 360 101 0.0 0.0 0.0 0.0
BitmapIndexed-grow Data.HashMap.Base 359 4545 0.0 0.0 0.0 0.0
Leaf-no-coll Data.HashMap.Base 358 2727 0.0 0.0 0.0 0.0
BitmapIndexed-grow Data.HashMap.Base 356 1414 0.0 0.0 0.0 0.0
Leaf-no-coll Data.HashMap.Base 355 101 0.0 0.0 0.0 0.0
Empty Data.HashMap.Base 354 101 0.0 0.0 0.0 0.0
@tibbe
Copy link
Author

tibbe commented Mar 22, 2014

Hierarchical:

Full                    739926
 Leaf-coll                 101
 BitmapIndexed-replace  226745
  Leaf-coll              87870
  BitmapIndexed-grow     25452
  Leaf-no-coll           81709
 Leaf-no-coll             6060
 BitmapIndexed-grow     203515
BitmapIndexed-replace     8888
 Leaf-coll                 101
 BitmapIndexed-grow       4545
 Leaf-no-coll             2727
BitmapIndexed-grow        1414
Leaf-no-coll               101
Empty                      101

Summed:

Full                   739926
BitmapIndexed-replace  235633
Leaf-no-coll            90597
Leaf-coll               88072
BitmapIndexed-grow      25452
Empty                     101

By constructor:

Full           739926
BitmapIndexed  261085
Leaf           178669
Empty             101

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment