Uploaded image for project: 'Java Mission Control'
  1. Java Mission Control
  2. JMC-5939

Must have efficient chunk splitters for recordings loaded from file and streams

XMLWordPrintable

    • JMC 7 Iter 5

      If uncompressed, memory map the file, then with a minimum of overhead find the split points. Never read more than a chunk at a time into memory. For stream based, read into byte array, one chunk at a time, making sure the stream is buffered. Both must be single pass.

      Provide a new "official" JMC split-utility.

            hirt Marcus Hirt
            hirt Marcus Hirt
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: