Skip to content

Latest commit

 

History

History
48 lines (25 loc) · 552 Bytes

README.md

File metadata and controls

48 lines (25 loc) · 552 Bytes

Instrumentation Object Size

Examine the size of objects at runtime, to analyze memory impact of data structures.

Collections

ArrayMap

Size: 560

ArrayMap

HashMap

Size: 704

HashMap

LinkedHashMap

Size: 744

LinkedHashMap

mapOf

Size: 712

mapOf.png

object

Size: 256

object.png

SimpleArrayMap

Size: 552

SimpleArrayMap.png

TreeMap

Size: 656

TreeMap.png