You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This goes in the same direction as #97 and #98, i.e., more and more in-house processing of zip archives in order to improve performance. See also the discussion in #104 about performance.
It should be possible to use the StenciledFile file class on the actual member data of the zip archive and give it to pragzip or indexed_bzip2 or indexed_gzip depending on the compression. Note that deflate is the most common and best-supported zip compression format. However, this requires the gzip backend to work with a raw deflate stream instead of a gzip file. These are small rough corners but it wouldn't work out of the box because of that.
The text was updated successfully, but these errors were encountered:
This goes in the same direction as #97 and #98, i.e., more and more in-house processing of zip archives in order to improve performance. See also the discussion in #104 about performance.
It should be possible to use the
StenciledFile
file class on the actual member data of the zip archive and give it topragzip
orindexed_bzip2
orindexed_gzip
depending on the compression. Note that deflate is the most common and best-supported zip compression format. However, this requires the gzip backend to work with a raw deflate stream instead of a gzip file. These are small rough corners but it wouldn't work out of the box because of that.The text was updated successfully, but these errors were encountered: