Tagged in

Programming

METRO SYSTEMS Romania
METRO SYSTEMS Romania
METRO SYSTEMS Romania Engineering
More information
Followers
213
Elsewhere
More, on Medium

Improve performance, avoid boilerplate code and follow some best-practices when fetching object lists in .NET apps

Complex applications within the corporate environment (e.g. ERPs) usually display various lists of objects. These items might…


Java memory footprint — part 2

In part one we saw that Objects in general use much more memory than their primitive counterparts. Namely the overhead is more than 4 times the size of the payload (useful information represented as a primitive data type).