optimizing-c-code-line-by-line-part-1-slides
optimizing-c-code-line-by-line-part-1-slides
Line-by-line, Part I
Chris B. Behrens
@chrisbbehrens
The Practice of Performance
Application
https://bit.ly/3hdOCi5
1. It logically represents a single value, similar
to primitive types (int, double, etc.)
2. It has an instance size under 16 bytes
3. It is immutable
Boxing Unboxing