20 Nov 2022
12:12 PM
- last edited on
21 Nov 2022
12:03 AM
by
MaciejNeumann
This is a tip not about Dynatrace, but about how many memory our programming languages use today.
One of the biggest surprises is how much memory even simple types use. Consider the following languages:
Didn't find a quick link for .Net, but it's similar. Of course, C & Assembly are another story...
There are tricks around this, but as it goes, memory usage is surprisingly high in today's environments...