(zipfs) Fix performance issues in zip-fs

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P3
    • 9
    • Affects Version/s: 9
    • Component/s: core-libs
    • b118
    • Verified

      From an email thread:


      A quick System.nanoTime() measuring of

              try (FileSystem fs = FileSystems.newFileSystem(
                                new URI("jar", ...), Collections.emptyMap())) {}

              try (ZipFile zf = new ZipFile(args[0])) {}

      on rt.jar suggests zipfile initialization is about 5 times faster than zipfs's.
      Something need to be done.

            Assignee:
            Xueming Shen
            Reporter:
            Jonathan Gibbons
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: