f5ff33cf49
Previously, when a zip entry is opened, its entire content was copied into zipfuse and kept there until the file is closed. This is a waste of memory because if the zip entry is stored uncompressed, it can be directly read from the containing zip file. This CL implements the optimization. Bug: 187878241 Test: atest zipfuse.test Change-Id: Ia2d516d4d03d699ee7da72f576f337bd73516427 |
||
---|---|---|
.. | ||
.cargo | ||
src | ||
testdata | ||
Android.bp | ||
AndroidTest.xml | ||
Cargo.toml | ||
TEST_MAPPING | ||
zipfuse.rc |