| commit | d02278f04d3cb86b7af3b13581cd9654fd1455f9 | [log] [tgz] |
|---|---|---|
| author | Yurii Zubrytskyi <zyy@google.com> | Fri Nov 11 14:55:07 2022 -0800 |
| committer | Yurii Zubrytskyi <zyy@google.com> | Wed Nov 16 00:12:24 2022 -0800 |
| tree | eda591c58e3010b33ede151115018b4709709e30 | |
| parent | ce13b054201328e0bedc2a21b7cf835232b9ece3 [diff] |
[zip] Optimize mmap-based zip reader for zero copy Change the interface of the MappedZipFile to return the original mmapped buffer insted of copying the data over when possible. + some small optimization of the internal classes for memory usage + get rid of unneeded virtual dtors in Reader and Writer interfaces Bug: 237583012 Test: Unit tests + boot Change-Id: I3f83f2db58e3f80facd3185f723c3a158952c071