RamblingCookieMonster / Invoke-Parallel

Speed up PowerShell with simplified multithreading
MIT License
384 stars 88 forks source link

Removed global variable, switched array type #26

Closed RamblingCookieMonster closed 9 years ago

RamblingCookieMonster commented 9 years ago

I'll pretend like that never existed.

Probably a better array type, but given that this is performance, switching to arraylist to avoid overhead of previous implementation.