dedup utils #256
Labels
Status: Completed
Nothing further to be done with this issue. Awaiting to be closed.
Type: Enhancement
Most issues will probably ask for additions or changes.
@dogancanbakir , we initially implemented dedupe for projectdiscovery/alterx at https://github.com/projectdiscovery/alterx/blob/main/dedupe.go
in that dedupe implementation , initially all dedupe happens using
map
datatype upto 100MB and after this threshold is reached it switches to goleveldb ( we should also use bloom filters if not already using ) thus it's faster and also has cleanup to remove residual datawe can move that implementation to utils and use it here as well as in alterx . in followup tickets . what do you think ?
Originally posted by @tarunKoyalwar in projectdiscovery/tlsx#350 (comment)
Tasks
The text was updated successfully, but these errors were encountered: