forked from BlackArch/wordlistctl
-
Notifications
You must be signed in to change notification settings - Fork 0
Multithreading #6
Copy link
Copy link
Open
Labels
Long termLabel for projects that have been accepted and will be long term projects, does not imply new branchLabel for projects that have been accepted and will be long term projects, does not imply new branchenhancementNew feature or requestNew feature or request
Metadata
Metadata
Assignees
Labels
Long termLabel for projects that have been accepted and will be long term projects, does not imply new branchLabel for projects that have been accepted and will be long term projects, does not imply new branchenhancementNew feature or requestNew feature or request
Multithreading should be implemented. It can be noted that in the
data.rsfile there is a struct calledDatawith a field titledchunkschunks field:
This is a vector of the full size of the wordlist in bytes chunked into a predetermined number of tuples.
Multithreading should be implemented so that each chunk can be downloaded separately and then merged so that downloads are quicker.
TODO: