-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a minimal global worker pool #2952
Commits on Aug 23, 2016
-
Enable Worker to do work for multiple map instances
Anand Thakker committedAug 23, 2016 Configuration menu - View commit details
-
Copy full SHA for ffaf8e8 - Browse repository at this point
Copy the full SHA ffaf8e8View commit details -
Anand Thakker committed
Aug 23, 2016 Configuration menu - View commit details
-
Copy full SHA for 9b887bf - Browse repository at this point
Copy the full SHA 9b887bfView commit details -
Include mapId in Actors' callback tracking
Anand Thakker committedAug 23, 2016 Configuration menu - View commit details
-
Copy full SHA for a7d50e8 - Browse repository at this point
Copy the full SHA a7d50e8View commit details -
Unit test Dispatcher's use of WorkerPool
Anand Thakker committedAug 23, 2016 Configuration menu - View commit details
-
Copy full SHA for 71c9f6d - Browse repository at this point
Copy the full SHA 71c9f6dView commit details -
Anand Thakker committed
Aug 23, 2016 Configuration menu - View commit details
-
Copy full SHA for 63089fe - Browse repository at this point
Copy the full SHA 63089feView commit details -
Anand Thakker committed
Aug 23, 2016 Configuration menu - View commit details
-
Copy full SHA for 20bf840 - Browse repository at this point
Copy the full SHA 20bf840View commit details -
Add a unit test for 2 Actors using the same Worker
Anand Thakker committedAug 23, 2016 Configuration menu - View commit details
-
Copy full SHA for 93ba7fd - Browse repository at this point
Copy the full SHA 93ba7fdView commit details -
Fix parameter in Worker 'redo placement' test
Anand Thakker committedAug 23, 2016 Configuration menu - View commit details
-
Copy full SHA for 1747dc6 - Browse repository at this point
Copy the full SHA 1747dc6View commit details -
Anand Thakker committed
Aug 23, 2016 Configuration menu - View commit details
-
Copy full SHA for 78540cf - Browse repository at this point
Copy the full SHA 78540cfView commit details -
Move the static worker pool instance to style.js
This is still not great, but it's better than having it in Dispatcher. Ultimately the right place to put it is at the root level, i.e. mapbox-gl.js, and then pass it through, but that will be a noisy change due the number of 'new Map()' and 'new Style()' in the unit tests
Anand Thakker committedAug 23, 2016 Configuration menu - View commit details
-
Copy full SHA for 2e65562 - Browse repository at this point
Copy the full SHA 2e65562View commit details -
Anand Thakker committed
Aug 23, 2016 Configuration menu - View commit details
-
Copy full SHA for ba02e2a - Browse repository at this point
Copy the full SHA ba02e2aView commit details -
Use empty style in load-multiple-maps benchmark
Anand Thakker committedAug 23, 2016 Configuration menu - View commit details
-
Copy full SHA for 7210aaf - Browse repository at this point
Copy the full SHA 7210aafView commit details -
Drop shared_workers debug in favor of multiple.html
Anand Thakker committedAug 23, 2016 Configuration menu - View commit details
-
Copy full SHA for 6ac077d - Browse repository at this point
Copy the full SHA 6ac077dView commit details -
WorkerPool.WORKER_COUNT => mapboxgl.workerCount
Anand Thakker committedAug 23, 2016 Configuration menu - View commit details
-
Copy full SHA for 0c687bb - Browse repository at this point
Copy the full SHA 0c687bbView commit details -
The previous commit (2f00368) broke the webpack test due to webpack/webpack#300. This changes the webpack config so that mapbox-gl itself is not the entrypoint.
Anand Thakker committedAug 23, 2016 Configuration menu - View commit details
-
Copy full SHA for ff7c9e2 - Browse repository at this point
Copy the full SHA ff7c9e2View commit details -
Use more descriptive parameter name, mapId
Anand Thakker committedAug 23, 2016 Configuration menu - View commit details
-
Copy full SHA for 13b53ed - Browse repository at this point
Copy the full SHA 13b53edView commit details -
Rename layers => layerDefinitions, styleLayers => layers
Anand Thakker committedAug 23, 2016 Configuration menu - View commit details
-
Copy full SHA for 1efb12f - Browse repository at this point
Copy the full SHA 1efb12fView commit details -
Anand Thakker committed
Aug 23, 2016 Configuration menu - View commit details
-
Copy full SHA for ea12906 - Browse repository at this point
Copy the full SHA ea12906View commit details