107
submitted 1 year ago* (last edited 1 year ago) by kovalensky@lemmygrad.ml to c/programmerhumor@lemmy.ml

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 comment's thread
view the rest of the comments
[-] mr47@kbin.social 14 points 1 year ago

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.
[-] sim642@lemm.ee 3 points 1 year ago

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.

[-] mr47@kbin.social 1 points 1 year ago

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.

load more comments (4 replies)
this post was submitted on 28 Oct 2023
107 points (95.7% liked)

Programmer Humor

32490 readers
684 users here now

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

Rules:

founded 5 years ago
MODERATORS