HuffmanPHP

A library to provide the Huffman algorithem in PHP. Includes also a compressing of the proceed Binary

MIT License

Downloads
14.2K
Stars
3
Committers
2

Bot releases are hidden (Show)

HuffmanPHP - v2.0.5 Latest Release

Published by mordilion 11 months ago

  • Add support to use GMP in "convertBase"
  • Keep BCMath as a fallback if GMP is not installed
HuffmanPHP - v2.0.4

Published by mordilion over 2 years ago

HuffmanPHP - v2.0.3

Published by mordilion over 2 years ago

HuffmanPHP - v2.0.2

Published by mordilion over 2 years ago

  • Add usage of MUtils instead of implementing a stable sorting in the library itself
  • Fix issue with encoding/decoding cache if it's used with and w/o compression at the same time
HuffmanPHP - v2.0.1

Published by mordilion over 2 years ago

Using the native sort functions if PHP >= 8.0 is in use!

HuffmanPHP - v2.0.0

Published by mordilion over 2 years ago

BREAKING CHANGE: Fix the issues with Stable Sortings https://wiki.php.net/rfc/stable_sorting since php 8.0

HuffmanPHP - v1.1.5

Published by mordilion almost 3 years ago

HuffmanPHP - v1.1.4

Published by mordilion about 3 years ago

  • Correct order of 0 and 1 for the binary tree
  • Fix bug with only numeric strings (array_merge replaced with array_replace to keep array keys!)
HuffmanPHP - v1.1.3

Published by mordilion about 3 years ago

HuffmanPHP - V1.1.2

Published by mordilion about 3 years ago

HuffmanPHP - v1.1.1

Published by mordilion about 3 years ago

HuffmanPHP - v1.1.0

Published by mordilion about 3 years ago

HuffmanPHP -

Published by mordilion almost 4 years ago