You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The execution takes about 5 seconds, it spends nearly all the time in ConnectedDomain function from table-parser module.
ConnecteDomain function seems to be extremely CPU intense, so much that it even blocks my main loop for a few seconds.
There are about 400 processes in the returned list, so pretty small string to parse, i am sure it can be done in fractions of a milliseccond.
Please let me know if you need more info, the issue feels to be so general to me that i don't know what else to say than i am on windows.
The text was updated successfully, but these errors were encountered:
oh sry, i didnt notice this repo is dead, btw it also used about 400m RAM for this simple task, i call the wmic commandline myself now and regex the result, all finishes within a few milliseconds
The execution takes about 5 seconds, it spends nearly all the time in ConnectedDomain function from table-parser module.
ConnecteDomain function seems to be extremely CPU intense, so much that it even blocks my main loop for a few seconds.
Code:
There are about 400 processes in the returned list, so pretty small string to parse, i am sure it can be done in fractions of a milliseccond.
Please let me know if you need more info, the issue feels to be so general to me that i don't know what else to say than i am on windows.
The text was updated successfully, but these errors were encountered: