maormagori / wizdom-stremio-v2

An unofficial Stremio addon for Hebrew subtitles from wizdom.xyz. Developed by Maor Development
https://4b139a4b7f94-wizdom-stremio-v2.baby-beamup.club/
GNU General Public License v3.0
13 stars 0 forks source link

Feat: Replace unzipper with adm-zim #23

Open Nitzantomer1998 opened 5 months ago

Nitzantomer1998 commented 5 months ago

After comparing multiple zip extraction packages, I found that adm-zip is 4x faster than all other options. Therefore, I recommend implementing zip extraction for Wizdom files using adm-zip for better performance.

maormagori commented 5 months ago

Thanks for doing the research! Does it support piping the extracted file or is the entire file sent simultaneously?

Nitzantomer1998 commented 5 months ago

It does not support streaming or piping as it processes the entire ZIP file in memory. However, it is optimized for performance, making it a highly efficient option for this task.