Skip to content
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

WIP - share workers across Map instance with a global worker pool #2917

Closed
wants to merge 9 commits into from

Commits on Jul 27, 2016

  1. Unify node/browser dispatcher code

    Instead of having a mock Dispatcher for node, pull out the relevant code
    into a small wrapper, web_worker.js, which contains the node/browser
    code split to a smaller scope.
    Anand Thakker committed Jul 27, 2016
    Configuration menu
    Copy the full SHA
    2cc58b4 View commit details
    Browse the repository at this point in the history
  2. Add a mapInstanceId param to inter-thread methods

    This prepares for workers being shared across map instances.
    Anand Thakker committed Jul 27, 2016
    Configuration menu
    Copy the full SHA
    02614e7 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2016

  1. WIP - share workers across Map instances

    Anand Thakker committed Jul 28, 2016
    Configuration menu
    Copy the full SHA
    50b4c08 View commit details
    Browse the repository at this point in the history
  2. Add comment re: geojson worker key

    Anand Thakker committed Jul 28, 2016
    Configuration menu
    Copy the full SHA
    fb0b68d View commit details
    Browse the repository at this point in the history
  3. s/map/mapId/

    Anand Thakker committed Jul 28, 2016
    Configuration menu
    Copy the full SHA
    48a173f View commit details
    Browse the repository at this point in the history
  4. Add comment re: tile uid change

    Anand Thakker committed Jul 28, 2016
    Configuration menu
    Copy the full SHA
    3ce8ceb View commit details
    Browse the repository at this point in the history
  5. Add some documentation to worker pool

    Anand Thakker committed Jul 28, 2016
    Configuration menu
    Copy the full SHA
    01ca9f7 View commit details
    Browse the repository at this point in the history
  6. Add comments about worker "styles" interface

    Anand Thakker committed Jul 28, 2016
    Configuration menu
    Copy the full SHA
    069871b View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2016

  1. Fix old workerID reference

    Anand Thakker committed Aug 3, 2016
    Configuration menu
    Copy the full SHA
    e07e77f View commit details
    Browse the repository at this point in the history