CartoDB / torque

Temporal mapping for CARTO
http://cartodb.github.com/torque/
BSD 4-Clause "Original" or "Old" License
397 stars 129 forks source link

Web worker #232

Open stuartlynn opened 9 years ago

stuartlynn commented 9 years ago

I have updated the tileJSON provider to use webworkers. It should fall back to processing on the main thread if no webworkers are available. Might still be some speed up we can get by recycling the webworkers but for now this should offload some of the tile processing.

Haven't had a chance to test it with torque_machine just yet but the examples/tilejson.html example works.

@javisantana

javisantana commented 9 years ago

sounds pretty good, the CI didn't pass, I think it got stuck