Code Monkey home page Code Monkey logo

Comments (8)

kozross avatar kozross commented on May 25, 2024 1

@Cyan4973 First off, thank you for the very prompt responses. Given what you've said, I am happy to include this very cool work in awesome-c, as it really seems that this issue is a corner case that people wouldn't encounter casually.

from finitestateentropy.

Cyan4973 avatar Cyan4973 commented on May 25, 2024

Thanks for the clear reproduction case @Makush .
I'll look into it.

from finitestateentropy.

kozross avatar kozross commented on May 25, 2024

Is this still an issue?

from finitestateentropy.

Cyan4973 avatar Cyan4973 commented on May 25, 2024

Yes it's still an issue.
Huge alphabet size is a fairly specific use case, I don't have any real-world situation where it applies.
But it's nonetheless something to fix.

from finitestateentropy.

kozross avatar kozross commented on May 25, 2024

@Cyan4973 The main reason I ask is because I maintain awesome-c, and I would like to include your work, but this issue has me concerned.

from finitestateentropy.

Cyan4973 avatar Cyan4973 commented on May 25, 2024

The issue still needs to be fixed.
So I need to find some time to do it.

But I wouldn't be that concerned by it.
I'm keeping the bug opened to not forget it, but really, you have to go through some uncommon scenario and invoke a rare interface labelled "experimental" which is not even present in fse.h, plus an additional set of conditions on distributions (which basically means FSE is not the right tool for the task) to have a chance to trigger it.

from finitestateentropy.

JohanKnutzen avatar JohanKnutzen commented on May 25, 2024

FYI, I believe that this might be fixed in the zstd code with the addition of:

if (ToDistribute == 0)
return 0
commit: facebook/zstd@9889bca#diff-27457e92342bf0494cfc4a4ad6ba6bc9

I was able to repro this with another use case and I've fixed it with the addition of that if statement. Unfortunately I don't have my repro code anymore.

from finitestateentropy.

Uzume avatar Uzume commented on May 25, 2024

@yohan1234 That code was pulled in here at ea7b345

Perhaps this is no longer an issue now.

from finitestateentropy.

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.