GithubHelp home page GithubHelp logo

258-wide Huffman sub-tree about zlib6502 HOT 5 CLOSED

gp48k avatar gp48k commented on August 12, 2024
258-wide Huffman sub-tree

from zlib6502.

Comments (5)

pfusik avatar pfusik commented on August 12, 2024

This fix costs 16 bytes of code, 1 byte of uninitialized data and 8% speed.

from zlib6502.

pfusik avatar pfusik commented on August 12, 2024

There is one more case that needs to be handled well: codes longer than the 256+ codes of identical length. I think I handled it correctly, but I would greatly appreciate a sample stream with this property.

from zlib6502.

gp48k avatar gp48k commented on August 12, 2024

I don't quite understand the test case you need. In code258.bin.gz there are 258 symbols with 10 bit Huffman codes. Would you like, say, 258 symbols with 12 bit Huffman codes? Or even 15 bit Huffman codes?

Incidentally, I use https://github.com/madler/infgen to examine deflate data. It is very handy.

from zlib6502.

pfusik avatar pfusik commented on August 12, 2024

What I ask for is, for example, 258 10-bit codes and 3 11-bit codes.

from zlib6502.

gp48k avatar gp48k commented on August 12, 2024

Thanks; I get it now. Shouldn't be too hard to create an example of that.

from zlib6502.

Related Issues (4)

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.