Replies: 2 comments 12 replies
|
This certainly looks interesting! I reckon plugging it into DwarFS should be pretty easy, as there's already an abstraction layer for compression algorithms and this would merely be an additional implementation. Not sure when I'll get around to taking a closer look, I'd much rather try and fix some of the open issues first, but they're mostly non-trivial so I'll need a couple of days of spare time. :) |
5 replies
|
I made a detailed comparison for precomp a while ago. Mind you, it's not entirely transferable because of the reduced block size in dwarfs, but it could be useful nonetheless. |
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
So I was checking out fast-lzma2, testing it out and whatnot, and realized that the gains in speed in comparison to the loss in compression ratio are pretty substantial.
Of course, the typical usecase for dwarfs is not quickly making images, but rather quickly accessing them, however I do think it could be useful to quickly make well compressed images if necessary. Not sure if the library is easily integrateable, or even possible to do so, but I think it would be a nice addition (assuming it actually helps).
All reactions