2020 study pdf.

After seeing this a couple years ago I started to be more responsible for my PHP code, writing it even with the slightest micro-optimizations possible, since more times people use my code (especially due to nature of PHP being executed in every http request), more energicity they waste because of my lazyness and more they pollute the planet. JIT was NOT included in this experiment, so the number can be much more lower.

I hope you will be responsible for your code so on too (generally I mean people using interpreted languages).

You are viewing a single thread.
View all comments
14 points

Quite a few unexpected results here…

  1. I’m surprised the C binary is not the smallest, and it’s outdone by Pascal, of all languages.
  2. The speed/energy difference between Java and C# (almost a factor of 2 in favor of Java).
  3. The relatively good performance of JavaScript compared to other loosely typed multi-paradigm scripting languages.
  4. The difference between C# and F#. That’s actually a good reason to question the accuracy of these tests and results.
permalink
report
reply
10 points

Without any information how this test result got achieved. It’s kind of useless. It’s like to read the headline of a paper. So sure you should question the accuracy of this image. But i would agree it’s fun to look at it

permalink
report
parent
reply
8 points

But the paper is right there in the post

https://states.github.io/files/j2.pdf

permalink
report
parent
reply
4 points
*

Maybe i was blind, haven’t seen it. Thx, I look into it because i’m curious, but it’s long, so need first some time for it

permalink
report
parent
reply
11 points
*

The JS one is not surprising at all. There’s no other loosely typed multi-paradigm scripting language where such insane shitloads of money and developer time have been spent for optimizing its execution (by some of the largest tech companies). Kinda funny considering that the language design is complete horse shit.

Your 2nd point is really quite surprising. I also wouldn’t have thought that java would beat Go in both energy and time by that margin!

permalink
report
parent
reply
3 points

Pascal is a simpler and more limited language, so it’s not entirely surprising. It also has less and smaller standard libraries to link in.

As to C# and F#, what’s wrong with the difference? The functional coding style of F# prefers immutable data over possibly mutable ones in C# and that requires more allocations and garbage collection.

permalink
report
parent
reply
1 point

I haven’t looked into the details of the actual code, but I would expect the compiler optimizations and JIT to figure it all out and end up with very similar native code. Especially since both languages are mature and had enough time to reach such goals. But it’s quite possible my assumptions are incorrect.

permalink
report
parent
reply

Programmer Humor

!programmerhumor@lemmy.ml

Create post

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

  • Posts must be relevant to programming, programmers, or computer science.
  • No NSFW content.
  • Jokes must be in good taste. No hate speech, bigotry, etc.

Community stats

  • 6.8K

    Monthly active users

  • 1.4K

    Posts

  • 32K

    Comments