lrzip-next icon indicating copy to clipboard operation
lrzip-next copied to clipboard

ZPAQ TODO: Get show_progress to work on compression

Open pete4abw opened this issue 4 years ago • 3 comments

In libzpaq.cpp: Compressor::compress(int n)

/* TODO
 * Need to show progress
      // ver 7.15 uses read instead of get
      // need to show progresss in this way
      if (!(i % 128))
              show_progress(i);
*/

show_progress is defined in libzpaq.h in the lrzip block at the end.

pete4abw avatar Apr 10 '20 13:04 pete4abw