x8 icon indicating copy to clipboard operation
x8 copied to clipboard

Implement multithreading

Open Sh1Yo opened this issue 2 years ago • 0 comments

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.

Sh1Yo avatar Mar 25 '23 06:03 Sh1Yo