The-Slowest-JavaScript-Application-on-Earth
The-Slowest-JavaScript-Application-on-Earth copied to clipboard
Some ideas
- Load ALL JavaScript libraries listed here: http://code.google.com/apis/libraries/devguide.html#Libraries in their unminified version
- Also load them again from different CDNs, just to make sure (robustness++)
- Calculate the first 10k digits of π. No web workers, obviously.
Very good idea. I would like it for every deoptimization to add at least one feature, though.