Skip to content

feat: add threading support with -t/--threads option#8

Open
hamza-avvan wants to merge 1 commit intojobertabma:masterfrom
hamza-avvan:master
Open

feat: add threading support with -t/--threads option#8
hamza-avvan wants to merge 1 commit intojobertabma:masterfrom
hamza-avvan:master

Conversation

@hamza-avvan
Copy link
Copy Markdown

  • Added multi-threading using a worker pool and Queue for concurrent scanning
  • Defaults to 10 threads, adjustable via -t or --threads
  • Real-time output with thread-safe Mutex
  • Fixed uninitialized constant StringIO by adding require 'stringio' for Ruby 3.3.8
  • Updated README.md to document the new -t/--threads option

- Added multi-threading using a worker pool and Queue for concurrent scanning
- Defaults to 10 threads, adjustable via -t or --threads
- Real-time output with thread-safe Mutex
- Fixed uninitialized constant StringIO by adding require 'stringio' for Ruby 3.3.8
- Updated README.md to document the new -t/--threads option
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