-
Notifications
You must be signed in to change notification settings - Fork 9
Caching mechanisms #7
Copy link
Copy link
Open
Description
> probably worth caching the zipfile index in memory, to make repeated calls faster. This probably requires refactoring the central directory parser. @ozkatz wdyt
Sure - we can do that in a another PR. I'm assuming you mean also introducing some form of invalidation? because as suggested, we can just parse before serving the server and assume the directory/zip contents are immutable (which cz already assumes elsewhere)
Originally posted by @ozkatz in #6 (comment)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels