Peter Hyman

Results 21 comments of Peter Hyman

gtk_widget_set_margin_start/end is from gtk+3 version 3.12 onward, left/right deprecated from then. Same with the get_margin functions.

Put your swap partition on SSD. Also set your TMP directory on SSD too. By default, `lrzip` and `lrzip-next` will use the current directory for temporary file space, $TMP will...

> Isn't this -U perfect for infinite-windows redundancy removal? As far as I know only lrzip can do this sort of infinite redundancy removal, while rzip it's limited to a...

The issue is that the `echo -n` command on a MacOS shell does not function as designed. You need to use `/bin/echo` You can just replace `@echo -n` with `/bin/echo...

ASM is unnecessary just for CRC. I should not have bothered putting it back in. In the LZMA SDK 18.00+ there is an ASM Decompressor which is blazingly fast. There...

Generally, people who package `lrzip` would tailor its settings. The changes you suggest are not appropriate for a wide audience. I would make this a local change for your fork.

Just do `./configure --disable-asm`. Removing `@echo` will break things. I have resolved other homebrew issues although I don't know anything about that build system. Your patch will not solve your...

Glad it works for you. Certain shells do not support all `echo` commands. `/usr/bin/echo` should work as advertised. I don't think I will adopt it. Better solution is to not...

I updated libzpaq to 7.15. See #146 It does have 5 compression levels however, the old levels 1-3 correspond roughly to levels 3,4, and 5. Nonetheless, there are some speed...

@twekkel , Thank you for testing! I see you used `-m511`, which is a much larger block size **2^11MB-4096** (2GB) versus the default value, **2^4MB-4096** (16MB). What this implies is...