💾 Archived View for bbs.geminispace.org › u › dimkr › 15084 captured on 2024-07-09 at 05:33:33. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2024-06-16)
-=-=-=-=-=-=-
Re: "power consumption of programming languages"
It's not surprising to see that garbage collected languages and languages that do more heap allocations are less "efficient". Heap allocation and freeing can be CPU intensive, or less cache-friendly. Plus, things like Go's escape analysis probably makes some languages competitive in some synthetic benchmarks.
Feb 17 · 5 months ago
power consumption of programming languages — this is an article about the research. couldn't help but notice that pascal is on the top row in three columns. that's because of the language and because freepascal compiler is written very good.