Closed alexisabril closed 11 years ago
Repeatedly launching a browser with a long running launchpad instance grows the number of windows open by O(n), n -> number of times a browser is launched.
This is due to storing the urls in an array in memory: https://github.com/ekryski/launchpad/blob/master/lib/local/index.js#L47
Repeatedly launching a browser with a long running launchpad instance grows the number of windows open by O(n), n -> number of times a browser is launched.
This is due to storing the urls in an array in memory: https://github.com/ekryski/launchpad/blob/master/lib/local/index.js#L47