Skip to content

Add parallelism to ParseTool#4

Merged
brandtg merged 1 commit into
mainfrom
brandtg/parallel-parse
Feb 16, 2026
Merged

Add parallelism to ParseTool#4
brandtg merged 1 commit into
mainfrom
brandtg/parallel-parse

Conversation

@brandtg

@brandtg brandtg commented Feb 16, 2026

Copy link
Copy Markdown
Owner
  • Main process feeds bounded blocking queue
  • N workers parse records (e.g. via BeautifulSoup)
  • 1 worker writes output to Avro file

- Main process feeds bounded blocking queue
- N workers parse records (e.g. via BeautifulSoup)
- 1 worker writes output to Avro file
@brandtg brandtg merged commit 91d2cee into main Feb 16, 2026
1 check passed
@brandtg brandtg deleted the brandtg/parallel-parse branch February 16, 2026 07:04
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