Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mourner/worker-data-load

A test that shows the benefit of loading large amounts of data directly in a worker instead of a page.
https://github.com/mourner/worker-data-load

Last synced: 15 days ago
JSON representation

A test that shows the benefit of loading large amounts of data directly in a worker instead of a page.

Awesome Lists containing this project

README

        

This is a proof of concept for loading large amounts of JSON data in a worker instead of a page.

Read more on the [test page](http://mourner.github.com/worker-data-load/).