-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Currently this loads all files into memory, and does some rudimentary in-process caching of files.
Ideally this would be replaced with something that would perform slightly better, without having to hold all of PyPI in memory forever. Something like redis with a 24 hour timeout.
Any potential solution should probably not store files on disk.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request