x8
x8 copied to clipboard
Implement multithreading
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.