GithubHelp home page GithubHelp logo

Comments (3)

Cyan4973 avatar Cyan4973 commented on April 25, 2024

ZSTD_decompressContinue requires previous decompressed buffer

Yes, this is correct.
I will add some comments to make this condition clear.

As a general notice : note that API within zstd_static.h should be considered experimental, not yet ready for general usage, nor stable. Typically, I'm not yet satisfied by the block streaming interface, so the API itself and/or its properties may change in the future.

fileio.c is GPL again
wNbBlocks is a kind of magic number (because undocumented)

Correct.
fileio.c is not ready for usage beyond ztsdcli. It would need some serious shakeup to be considered "safe and stable" for integration into any 3rd-party program. The constant you underlined is one of the things to improve, and there are quite a lot more. For example, lz4io.c is not even thread-safe.

When I feel it's good enough to be used outside of ztsdcli context, it will be considered for BSD license.

Regards

from zstd.

Cyan4973 avatar Cyan4973 commented on April 25, 2024
  1. There is a new streaming API, zstd_buffered, which is highly recommended for streaming applications. It takes care of everything, and therefore eliminates any requirement regarding buffer management and data persistence from the caller.

  2. The bufferless streaming API still exists (zstd_static.h) and has been improved and clarified. It provides the core functionalities for zstd_buffered. Should you prefer to manage directly your own buffers, it's the way to go.

Please let me know if streaming API is still an issue for you.

from zstd.

cielavenir avatar cielavenir commented on April 25, 2024

It looks fine (at least currently). http://pastebin.com/2WH0iERW

from zstd.

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.