Moving data reader to arrays instead of slices

This commit is contained in:
Caleb Gardner
2025-07-25 06:42:22 -05:00
parent 8c44c77456
commit 61d194e80a
4 changed files with 36 additions and 30 deletions
+1 -1
View File
@@ -4,4 +4,4 @@ Messing around with zig via making a squashfs library. May amount to something.
## Current state
Performance is pretty terrible, but overall the library should fully work for decompression. Lzo & Lz4 decompression are not supported as they are not a part of zig's stdlib (support may be added later with external libraries).
Performance is reatively bad (when compared to the official [squashfs-tools](https://github.com/plougher/squashfs-tools), but the basics should fully work.