Top Stories published by METRO SYSTEMS Romania in 2017

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).


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…