Commit Graph

2 Commits

Author SHA1 Message Date
Pavlo Yatsukhnenko
81859f1c78 Ignore all changes to the liblzf submodule’s work tree 2017-10-17 17:08:42 +03:00
Pavlo Yatsukhnenko
8cb2d5bd94 Issue #1048
This commit is adding support of data compression.
LZF was choosen because it small and fast and Redis server uses it.
Since [pecl package](https://pecl.php.net/package/lzf) doesn't provide
lzf.h file after installing, LZF library was added as submodule.
Another algorythms may be easely added by analogy with serializers.
TODO: unit-tests for different data types.
2017-10-17 17:08:42 +03:00