Git Product home page Git Product logo

Comments (4)

MiloszKrajewski avatar MiloszKrajewski commented on August 17, 2024

Is output compatible?
Can it compressed with one and decompress with the other?
If yes, then this might interesting but low priority.

I wrote chaining code myself (just from spec), so it might behave a little bit differently.
Also, it can use x86 or x64 encoder (which do produce different results), so this is another thing to keep in mind.

So, my question is, regardless being different - is it compatible?

from k4os.compression.lz4.

rmja avatar rmja commented on August 17, 2024

Yes, they seem compatible. At lease from the set of files that I have tested. The lz4 cli seem to be able to decompress the encoded files.

I found this when I was implementing #14. The implementation is here:
https://gist.github.com/rmja/98dc7e0576c933faa0a75629b46af71c

For this I created a bunch of different random files for testing and found the issue that way.

from k4os.compression.lz4.

MiloszKrajewski avatar MiloszKrajewski commented on August 17, 2024

What about sizes?

from k4os.compression.lz4.

rmja avatar rmja commented on August 17, 2024

They are not the same size. It seems as if this library produces a 1 byte smaller file in the tests that I have made. This is a diff from the last block:

The highlighted bytes are the block header. This library produces a length of 0x00001F65 bytes and the cli produces 0x00001F66 bytes.
image

The following is the diff within the block:
image

It is somewhere in the middle of the block.

from k4os.compression.lz4.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.