https://bugs.freedesktop.org/show_bug.cgi?id=70177

          Priority: medium
            Bug ID: 70177
          Assignee: [email protected]
           Summary: lzma compression instead of deflate
          Severity: normal
    Classification: Unclassified
                OS: All
          Reporter: [email protected]
          Hardware: Other
            Status: UNCONFIRMED
           Version: 4.2.0.0.alpha0+ Master
         Component: filters and storage
           Product: LibreOffice

The lzma compression method provides a better compression ratio than deflate
(used by zip).

With the right parameter, lzma method can use the same memory for decompression
than deflate.

The drawback is a slow compression. However, this could be avoided with multi
core/cpu computers which are used nowadays. With recent computers, 1 process
can write the uncompressed stream into a pipe. Then an other process read
simultaneously the stream from this pipe and compress it with actual
parallelism (1 process per cpu).

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to