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. :) |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
-
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).
Beta Was this translation helpful? Give feedback.
All reactions