nolanlawson / optimize-js

Optimize a JS file for faster parsing (UNMAINTAINED)
https://nolanlawson.github.io/optimize-js
Apache License 2.0
3.75k stars 104 forks source link

Can you update tests in README to current browser versions? #55

Open JustFly1984 opened 6 years ago

JustFly1984 commented 6 years ago

This looks a bit outdated, since now we have Chrome stable 65 and other browsers updated too.

nolanlawson commented 6 years ago

I haven't been keeping up much with this module. The benchmarks are public though and folks are free to re-run the tests as they like.

I expect that as engines implement more and more optimizations, more browsers will start to look like WebKit and this module should have less and less of an impact. It might be good to retire it at some point. 😊