Saturday, January 27, 2018

Why are different .NET languages faster than their peers? [x-post from /r/java]

If they all are compiled down to the same medium, why are some CLR languages generally faster (I know speed can be implementation dependent) than others?

One reason I can think of is the "compiled down" part....let's say we have a dynamically typed CLR language, the compiler of that language doesn't have the meta-data to make assumptions to optimize, etc., so the bytecode produced for same task as another language can be less efficient, even if they're of the same medium.

Why are different .NET languages faster than their peers? [x-post from /r/java] Click here
  • Blogger Comment
  • Facebook Comment

0 comments:

Post a Comment

The webdev Team