Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mourner/worker-data-load
- Owner: mourner
- Created: 2013-02-26T15:04:00.000Z (over 11 years ago)
- Default Branch: gh-pages
- Last Pushed: 2013-02-26T16:20:47.000Z (over 11 years ago)
- Last Synced: 2023-04-09T06:56:58.315Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://mourner.github.com/worker-data-load/
- Size: 4.21 MB
- Stars: 30
- Watchers: 7
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).