Flexible parsing
Published in LZ77/LZSS and derivatives, Tutorials, Reference, Presentations
Arturo Campos explains how your implentation of an LZ77 compressor might benefit from an improved parsing algorithm. Instead of always using the longest match found at at the current position, Flexible Parsing attempts to find the optimal match which will lead to the best overall compresion.
http://www.arturocampos.com/ac_flexible_parsing.html
* * * * *
Posted in November 17th, 1999
No User Commented In " Flexible parsing "
Subscribes to this post Comment RSS or TrackBack URL