Open Nitzantomer1998 opened 5 months ago
Thanks for doing the research! Does it support piping the extracted file or is the entire file sent simultaneously?
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.
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.