Files
kotlin-fork/compiler/util-io
Alexander Korepanov 8f22d6d36e [KLIB] Add a cacheable ZIP file system accessor
Creating a ZipFileSystem object is an expensive operation.
 A cacheable ZIP file system accessor caches ZipFileSystem
 objects and may improve the performance of the in place
 metadata reading operations from klibs.

Related to KT-51712
2023-03-10 09:38:52 +00:00
..