Quantcast
Channel: Mlangc's Blog
Viewing all articles
Browse latest Browse all 10

What you don’t want to know about Java boxed primitives

$
0
0
In my last post I used a simple calculation to argument that a List containing 1024 Integer objects will take at least 8kb on a 32bit system, and at least 12kb on a 64bit system. I then also argued that additional storage for 1024 Java objects is needed (some of them might be cached, but [...]

Viewing all articles
Browse latest Browse all 10

Trending Articles