I'm designing a project that could really use a global dictionary and quad-tree stored in RAM. I'm wondering: do web workers run different instances of the python program, meaning they would store different values in their global variables? If so, any suggestions towards a workaround are appreciated, but not vital.