PHP Classes

Classes of David H.

Recommend this page to a friend!
  All class groups  >  All authors  >  Classes of David H. (1)  >  Mission progress status  >  Reputation  
Picture of David H.
Name: David H. <contact>
Classes: 1
Country: France France
Age: 40
All time rank: 146444 in France France
Week rank: 238 Up9 in France France Up
All time users: 2076
Week users: 0
 
  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z  
  Files folder image Huffman Compress  
Perform Huffman compression on plaintext files
This class is intented to perform Huffman static compression on files with a PHP script.

Such compression is essentially useful for reducing the size of texts by about 43% ; it is at its best when working with data containing strong redundancies at the character level -- that is, the opposite of a binary file in which the characters would be spread over the whole ASCII alphabet.

It is questionable whether anyone would want to do such an operation with PHP, when C implementations of much stronger and more versatile algorithms are readily avaible as PHP functions. The main drawback of this script class is slowness despite processing intensiveness (7 to 8 seconds to compress a 300Kb text, about 25 seconds to expand it back).

This class will therefore probably find more of a pedagogical purpose more than anything else. That is the context it was written in, anyway.
RatingsUtility Consistency Documentation Examples Tests Videos Overall Rank
All time: 70% 80% 77% - - - 50% 2665
Month: Not yet rated by the users


  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z