Skip to content

Add Threading to run_parser Function #234

@LucasZimm

Description

@LucasZimm

The current implementation of the run_parser function runs synchronously and blocks the main process, especially when parsing large or multiple files. This can lead to performance bottlenecks and long wait times.

Adding threading would allow the parser to run independently of the main process and enable timeout logic, so threads can be safely terminated after a specified timeout_time.

Metadata

Metadata

Assignees

Labels

featureNew features added to the APIperformanceOptimizing performance of the API

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions