Menu

Huffman Encoder/Decoder / News: Recent posts

Changed to BSD License

I changed the license to a BSD License. There is also one compile time fix (just a cast).

Posted by Doug Richardson 2007-12-03

Fixed memory leak

Today I fixed a memory leak in free_encoder. I found it using valgrind.

Posted by Doug Richardson 2004-12-13

Version 1.0 Release

I have released version 1.0 of huffman. This is the same code as the beta4 release, which has been stable for a long time.

Posted by Doug Richardson 2004-11-25

New PHP Extension

Thanks to Markus Nix for writing a PHP extension for libhuffman. For more info, visit http://pecl.docuverse.de/

Posted by Doug Richardson 2004-08-23

MS Visual C++ Port

I added project files for Microsoft Visual C++ to make the huffman library easy to build for people without cygwin.

Posted by Doug Richardson 2003-12-29

Small performance boost

I removed unnecessary code from the huffman_memory_decode function which will increase performance. The effect is that one malloc is done instead of a lot of reallocs.

Posted by Doug Richardson 2003-10-18

In memory encoding/decoding added

I received an e-mail from a user requesting that "in memory" encoding/decoding functions be added. I completed this today. You can get the changes from either CVS or the beta2 download. Thanks for the feedback, sLim.

Posted by Doug Richardson 2003-10-14

Project Registered, Files Released

I registered this project and released the files that I posted. Everything seems to be working fine. If you find any bugs be sure to let me know.

Posted by Doug Richardson 2003-09-06
MongoDB Logo MongoDB