gdraheim / zziplib

The ZZIPlib provides read access on ZIP-archives and unpacked data. It features an additional simplified API following the standard Posix API for file access
Other
62 stars 50 forks source link

Add zzip_pread() #95

Closed MaxKellermann closed 3 years ago

MaxKellermann commented 4 years ago

XCSoar has been using this feature for 6 years to read Shapefiles efficiently from uncompressed ZIP files (e.g. https://github.com/XCSoar/XCSoar/blob/master/src/Topography/shapelib/mapshape.c#L1310).