-
Notifications
You must be signed in to change notification settings - Fork 2
Labels
featureNew features added to the APINew features added to the APIperformanceOptimizing performance of the APIOptimizing performance of the API
Description
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 APINew features added to the APIperformanceOptimizing performance of the APIOptimizing performance of the API