Skip to content

Add parallel processing with --workers flag for 10x speed boost - #4

Open
LaGrandma wants to merge 1 commit into
meefs:mainfrom
LaGrandma:main
Open

Add parallel processing with --workers flag for 10x speed boost#4
LaGrandma wants to merge 1 commit into
meefs:mainfrom
LaGrandma:main

Conversation

@LaGrandma

Copy link
Copy Markdown

Add configurable parallel processing

Adds --workers flag to control concurrency (default: 20, previously hardcoded at 10).

Performance: ~10x faster on large datasets when increasing workers to 50+

Usage:

cat ips.txt | python bulk-whois-lookup.py --csv results.csv --workers 50

Fully backward compatible. Tested with 5-50 workers on various dataset sizes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant