Git Product home page Git Product logo

Comments (4)

pierrec avatar pierrec commented on May 23, 2024

As per the doc, if there is no error and the compressed size is 0, then the data is NOT compressible.
Let me know if the documentation needs refining, thanks.

from lz4.

refine36 avatar refine36 commented on May 23, 2024

As per the doc, if there is no error and the compressed size is 0, then the data is NOT compressible.
Let me know if the documentation needs refining, thanks.

my src []byte is {"CreatedAt":"2019-12-29T20:56:26.535143+08:00"}
so as the doc means,this kind of slice is NOT compressible?
but it is compressible when i use github.com/golang/snappy

from lz4.

pierrec avatar pierrec commented on May 23, 2024

Being not compressible here means that the compressed size would be bigger than the input one.
In which case, it is usually better to keep the original form.

See: https://play.golang.org/p/k8otsp5Zo-i
where the snappy output is bigger.

NB. I find the *Block functions usually not the be best option and use the Reader and Writer instead as all of this is handled for you and the LZ4 stream format overhead is minimal.

from lz4.

pierrec avatar pierrec commented on May 23, 2024

Does this make sense or do you need more?

from 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.