grosser / parallel

Ruby: parallel processing made simple and fast
MIT License
4.16k stars 254 forks source link

Improve speed for `Get-CimInstance` #347

Closed Earlopain closed 4 months ago

Earlopain commented 4 months ago

Small followup for #346

In terms of the previous code, this currently does select * from Win32_Processor which is slower. I missed this in the other PR, this improves the speed when detection runs on windows.

The pipe is still needed since that command returns all properties anyways, they are just empty/not computed.

grosser commented 4 months ago

nice!

grosser commented 4 months ago

1.25.1