Live data from Hacker News

Traditional JavaScript benchmarks

benediktmeurer.de

1–10 of 43 posts

Re: Traditional JavaScript benchmarks

#3
Some very good examples and a good explanation of the reasoning behind the previous and the current optimizations of the JavaScript execution infrastructure.

For the context, from the "about" page of the author, he:

"joined Google to work on the V8 JavaScript Engine in the Munich office, where" he's "currently working as tech lead for the JavaScript execution optimization team."

Re: Traditional JavaScript benchmarks

#4

"It is probably fair to say that JavaScript is the most important technology these days when it comes to software engineering." Uhh ... no?

+1 "JS is the only API we currently have to use one of the most popular plateform we have" would be more accurate. And it's a terrible API. I can't wait for webassembly.

Re: Traditional JavaScript benchmarks

#5
I apologize if this is an uninformed question, but are there any popular browser benchmarks out there? I'm sure that JS benchmarks are useful to browser developers and those who want JS to be the next general application platform, but as a user, I'm currently sticking to Safari since things like battery life and scrolling performance on mainly document-oriented pages are still more important to me.

Re: Traditional JavaScript benchmarks

#7
post #6

All of these changes that the author is making are changes that the compiler should be generating. Unless you work in the embeded systems I don't expect people to have done or needed the % 2048 trick.

The author is writing the compiler (and modifying it to make these changes). What do you mean exactly?

Re: Traditional JavaScript benchmarks

#8
Is there a benchmark which tests boring real world usage? The web is littered with people complaining about the performance of dynamically adding rows to tables, especially in IE.

The good news is that the next version of Edge 15 has some really good DOM performance improvements.

https://developer.microsoft.com/en-us/microsoft-edge/platfor...

Post reply on HN