You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thanks for the appreciation! When using the library for writing files, please be aware that the library API currently still requires substantial support code on the application side. This is discussed in ticket #91 and in squashfs-tools ticket 124.
As for benchmarks, there is a benchmark in the doc directory (with some fancy graphs), but this has been primarily created for profiling, estimating scaling behavior and only compared to previous versions of itself.
Ticket #30 compared the performance with mksquashfs, but that was before the introduction of thread pool based data compression. Now that squashfs-tools has it's own sqfstar implementation, it should be possible to create a comparison benchmark against tar2sqfs. I quickly did that when squashfs-tools 4.5 was released, but don't have any numbers to show yet. At the time I was satisfied that thanks to all the profiling/optimizing, tar2sqfs was faster.
Besides squashfs-tools, I'm not aware of any other project for packing SquashFS images. I could of course do/publish the aforementioned benchmarks against squashfs-tools, but I'm afraid this will only result in the typical "vendor says their product is better than the competition" :-)
I've been looking for a linkable library for writing archives in a format with wide spread tooling.
At first blush, this looks like a great option!
Do you have any benchmarks coming squashfs-tools-ng to other projects?
The text was updated successfully, but these errors were encountered: