|
|
|
|
|
by DeathArrow
440 days ago
|
|
>In the old times, Javascript was an interpreted language, but since many years ago it is implemented as a JIT (Just-In-Time) compiler, so it can approach speeds closer to the C language. Looking at many benchmarks I've seen C#, Java, Go approaching the speed of C, but I never have seen Javascript doing that. Perhaps is because it's dynamically typed and is harder for compiler and VM to optimize the generated code? |
|
It's also that computing capability is that much more powerful today than it was in the 80's and 90's. I mean, up until 2002 or so, processing power close to doubled every other year, and since 2002 it slowed down a bit, but still went from 64mb ram in my computer around 1998 to 64gb in my computer from 6 years ago. Processing capability has gone up just as much. Of course a lot of it went into parallization this past decade and a half, since squeezing more out of each node/generation has been decreasingly fruitful.