swarmer
swarmer copied to clipboard
Speed up emulator port allocation
Store a list of used ports so we don't need to wait for the emulator start command to finish before starting the next emulator.
What if we go the other way around?
We can find all ports for required amount of emulators upfront (yes there is a race possible until emulator actually allocates the port, but it's a bit more safe I guess)