|
|
|
|
|
by chmike
6024 days ago
|
|
Making the size part of the type is a useful feature in some cases. The compiler can benefit from this information to optimize the data structure and its manipulation. The exponential grow of CPU processing power has led to discard such optimizations in benefit of code simplicity. But hand held devices with limited energy, computing and storage capacity may put it back into perspective. |
|