Thread LZ4 Kompression zwischen JS und Perl (Kompatibilitätsproblem?) (21 answers)
Opened by styx-cc at 2020-04-19 01:22

haj
 2020-04-19 22:09
#191752 #191752
User since
2015-01-07
521 Artikel
BenutzerIn

user image
Ok, es sieht so aus, als sei das nicht das eigentliche Problem.

Wie Linuxer auch, bin ich dem LZ4-Format mal etwas nachgegangen und da gibt es wohl wirklich mehrere miteinander nicht kompatible Formate. Für Perl gibt es neben Compress::LZ4 auch noch CPAN:Compress::LZ4Frame - aber auch damit war ich nicht erfolgreich.

In der Dokumentation der JavaScript-Bibliothek ist von einem "Stream-Format" die Rede, laut https://github.com/lz4/lz4 gibt es ein Frame-Format (dem wohl Compress::LZ4Frame folgt) und ein Block-Format. Da wäre es vermutlich einfacher, das ganze ohne den Web-Overhead zu erforschen...

View full thread LZ4 Kompression zwischen JS und Perl (Kompatibilitätsproblem?)