LZF compression.
Implementation for JavaScript.
Compatible with lzf_compress & lzf_decompress PHP functions (see LZF in PECL)
Classes
There is one JavaScript class, self-documented with JSDoc tags.
lzf.js
Main class.
Provides LZF compression/decompression of strings.
Based on C source of LZF functions by Marc Alexander Lehmann schmorp@schmorp.de.
Based on C source of LZF PHP extension by Marcin Gibula mg@iceni.pl.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
About
LZF compression.
Implementation for JavaScript.
Compatible with lzf_compress & lzf_decompress PHP functions (see LZF in PECL)
Classes
There is one JavaScript class, self-documented with JSDoc tags.
lzf.js
Main class.
Provides LZF compression/decompression of strings.
Based on C source of LZF functions by Marc Alexander Lehmann schmorp@schmorp.de.
Based on C source of LZF PHP extension by Marcin Gibula mg@iceni.pl.