Giter VIP home page Giter VIP logo

Comments (6)

101arrowz avatar 101arrowz commented on May 22, 2024 1

I have a pretty good solution in mind for compression streams, but decompression may be a bit sketchy. I'll add this after ZIP support

from fflate.

101arrowz avatar 101arrowz commented on May 22, 2024 1

Update, I've added support for synchronous duplex inflate streams, which I know is by far the hardest part. Performance could be better, so I'll work on that before adding asynchronous streams, deflate streams (very simple), and pushing the changes.

from fflate.

101arrowz avatar 101arrowz commented on May 22, 2024

This would require a rewrite of a lot of the core functionality, so I'm not sure how feasible getting this done will be. However, I'll see what I can do.

from fflate.

101arrowz avatar 101arrowz commented on May 22, 2024

After looking into this some more, there are two problems with this suggestion:

  1. The output is still stored in full in memory. Any memory savings are lost as a result.
  2. The synchronous access to the result means the decompression must be synchronous, losing any performance benefits.

However, I do plan to implement an asynchronous duplex-stream version of this.

from fflate.

101arrowz avatar 101arrowz commented on May 22, 2024

Fixed performance! Main culprit was the new error-checking taking extra time, but instead of removing it I just optimized some other areas. I've also added synchronous deflate streams. I'm going to finish up by fixing the workers (i.e. adding async streams) and everything should be fine from there.

from fflate.

101arrowz avatar 101arrowz commented on May 22, 2024

This issue is now fixed as of 575f8d6. Thanks for the feature request!

from fflate.

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.