praeclarum / FuGetGallery

An alternative web UI for browsing nuget packages
https://www.fuget.org
MIT License
683 stars 121 forks source link

Download zips to temp files #134

Closed praeclarum closed 3 years ago

praeclarum commented 3 years ago

This is to carry on the work of #120

The idea is to relieve memory pressure by not keeping a ref to the zip archive and never loading the whole thing into memory, but instead use local files.

praeclarum commented 3 years ago

Completed in #144