> 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)
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)