Advertisement
Guest User

Untitled

a guest
Sep 17th, 2019
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.18 KB | None | 0 0
  1. COLLECTION 0 1 5 10 50 100 500 1000
  2. Array[Int] 16 24 40 56 216 416 2016 4016
  3. immutable.BitSet 24 24 24 24 24 32 96 160
  4. immutable.IntMap[Int] 16 40 328 688 3568 7168 35968 71968
  5. immutable.List[Int] 16 56 216 416 2016 4016 20016 40016
  6. immutable.Map[Int,Int] 16 40 304 720 4856 9680 53504 111760
  7. immutable.Queue[Int] 40 80 240 440 2040 4040 20040 40040
  8. immutable.Set[Int] 16 32 264 480 3016 5840 27696 57952
  9. immutable.SortedMap[Int,Int] 40 88 280 520 2440 4840 30008 62008
  10. immutable.SortedSet[Int] 40 104 296 536 2456 4856 24056 48056
  11. immutable.Stream[Int] 16 120 120 120 120 120 120 120
  12. immutable.Stream[Int] (memoized) 16 56 216 416 2016 4016 20016 40016
  13. immutable.TreeMap[Int,Int] 40 88 280 520 2440 4840 30008 62008
  14. immutable.TreeSet[Int] 40 104 296 536 2456 4856 24056 48056
  15. immutable.Vector[Int] 56 216 280 360 1288 2376 10504 20808
  16. j.u.ArrayDeque[Int] 104 120 184 264 1096 2152 10088 20136
  17. j.u.ArrayList[Int] 40 96 160 240 1136 2080 10240 20976
  18. j.u.HashMap[Int] 48 176 368 608 2976 5888 34128 70224
  19. j.u.HashSet[Int] 64 208 400 640 3008 5920 28192 56288
  20. j.u.LinkedHashMap[Int] 56 192 416 696 3384 6696 38136 78232
  21. j.u.LinkedHashSet[Int] 72 224 448 728 3416 6728 32200 64296
  22. j.u.LinkedList[Int] 32 72 232 432 2032 4032 20032 40032
  23. j.u.PriorityQueue[Int] 96 112 176 256 1048 2056 10104 20672
  24. j.u.TreeMap[Int,Int] 48 104 328 608 2848 5648 34016 70016
  25. j.u.TreeSet[Int] 64 136 360 640 2880 5680 28080 56080
  26. j.u.Vector[Int] 88 104 168 248 1168 2288 10608 21168
  27. mutable.ArrayBuffer[Int] 104 120 184 264 1096 2152 10088 20136
  28. mutable.BitSet 40 40 40 40 40 48 96 160
  29. mutable.Map[Int,Int] 120 160 320 520 2568 5080 30120 62216
  30. mutable.PriorityQueue[Int] 144 160 224 304 1136 2192 10128 20176
  31. mutable.Set[Int] 184 200 264 344 1368 2680 16248 32440
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement