Shivansps
Shivansps
i think the only reason why the appimage generated with CI works is because the executable is packed along the "*.a" files that are just static versions of the libs...
is adding a arm64 linux bins to official builds planned? I dont think there are issues.
Yeah, i know decompressing partial files may sound useless for most cases. The full story is that some years ago, I implemented a variation of LZ4 with random access in...
> Why not use https://peazip.github.io/index.html ? peazip does not support making zstd files with the seekeable frame format. No compressor that i know of support it. The only way to...
Yeah, file reads are intended to be secuential, in fact pack files (files inside a VP) they all share the same file pointer. MT decompression is already in on my...
Another thing i wanted to talk about is possible support for other type of container format than VPs. My first idea was tar since it is commonly used with XZ...
 I made some progress on the zip front
So here is were im now in this whole idea: **-** Upload ".vp.xz" to nebula, for an entire MVP upload thats around +450MB bigger upload than what is is now....
In short: .vp.xz -Allows to add an option to knossos to download and use the files as they are, or to extract them after download for maximum loading speed or...