Results 1 to 6 of 6

Thread: [RESOLVED] Hoffman w/ dictionary & deflate

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Dec 2019
    Posts
    27

    Resolved [RESOLVED] Hoffman w/ dictionary & deflate

    Anyone know where I can easily put together a huffman with dictionary and deflate/inflate? Does anybody have it?

    I don't have much other to say other than I have seen performance results posted without the source code.

  2. #2
    PowerPoster Arnoutdv's Avatar
    Join Date
    Oct 2013
    Posts
    5,872

    Re: Hoffman w/ dictionary & deflate

    A simple Google search revealed multiple hits in seconds:

    https://www.planet-source-code.com/v...11000&lngWId=1

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Dec 2019
    Posts
    27

    Re: Hoffman w/ dictionary & deflate

    Thank you. I am searching for a dictionary to go with this, but I also want to implement a deflate/inflate with it and I am unsure how it's properly done.

  4. #4
    PowerPoster Arnoutdv's Avatar
    Join Date
    Oct 2013
    Posts
    5,872

    Re: Hoffman w/ dictionary & deflate

    Search for zLib, the source code is available (in C)

  5. #5

    Thread Starter
    Junior Member
    Join Date
    Dec 2019
    Posts
    27

    Re: Hoffman w/ dictionary & deflate

    The deflate inflate found from PSC good but not sure if before or after
    Last edited by AmSOL; Jul 10th, 2020 at 05:19 AM.

  6. #6
    PowerPoster wqweto's Avatar
    Join Date
    May 2011
    Location
    Sofia, Bulgaria
    Posts
    5,120

    Re: Hoffman w/ dictionary & deflate

    FYI, https://github.com/wqweto/UnzipClass...r/Src/cZip.cls

    Just for educational puposes this is zip/zlib inflate algorithm (reverse to original deflate) in pure VB6 but don't use it in production as it's dog slow.

    cheers,
    </wqw>

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width