mhx
mhx
> Any clues? Yes, can you please double check that the archive you're trying to build dwarfs from has the files `src/dwarfs/version.cpp` and `include/dwarfs/version.h` in it? These must be present...
Thanks for the tests. I've also been running a few small tests last night using blocks extracted from a DwarFS image. This gives an exact estimate of how well a...
For reference: ``` 6.4G blocks 423M brotli (-Z --large_window=26) 415M lzma (-9) 467M zstd (--ultra -22 --long) zstd: real 0m0.686s user 0m6.665s sys 0m3.602s brotli: real 0m1.366s user 0m13.457s sys...
I've added `brotli` compression to DwarFS.
Please check out the v0.7.0-RC1 release candidate: https://github.com/mhx/dwarfs/releases/tag/v0.7.0-RC1
Cool, I'm closing this then!
I'm a bit reluctant to spend the effort of including `bzip3` compression at the moment. I did a quick-and-dirty performance test, but I reckon it's somewhat representative. I took a...
Spent some more time looking into how this could be made to work. Long story short: it's a massive PITA. As I said before, this is more of a philosophical...
It's been a while... The [`wip` branch](https://github.com/mhx/dwarfs/tree/wip) now includes support for simple `rsync`-like filter options. The rules are not compatible with `rsync`'s, but they operate in a similar manner and...
> However, for some complex cases it might not be enough to express the inclusion / exclusion logic, and a way to explicitly say which files to include would be...