Shadows97 / PySubtitle

It is a project for generate subtitle file for video
MIT License
6 stars 2 forks source link

Implement Parallel Processing for Performance Improvement #7

Open Shadows97 opened 4 days ago

Shadows97 commented 4 days ago

The current processing of audio and video files in PySubtitle is sequential, which can be slow for large files. Implementing parallel processing can significantly improve performance.

Tasks:

hcm444 commented 4 days ago

concurrent.futures is probably an easy way

Shadows97 commented 4 days ago

Yes but have already add it on your last pull req. It will be good if each new addition to the code is made on a branch associated with the issue concerned. This allows better visibility