Implement multithreading
Sh1Yo opened this issue · 0 comments
Sh1Yo commented
Right now, the tool is only using one CPU thread at most, which can cause delays when working with large HTML pages.
To speed things up, consider adding the --multithreading
parameter, which will distribute tasks across multiple CPU threads simultaneously.
This should help improve performance and make the tool more efficient when working with larger pages.