xtool/contrib/LZ4Delphi/README.md

8 lines
419 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# LZ4Delphi
LZ4 Static Link Library for Delphi
For Demos Check [YW_DEMOS](https://github.com/YWtheGod/YW_DEMOS)
LZ4压缩静态链接库
LZ4算法速度很快但是压缩率不高但一个很大的优点是即使设置到最高压缩率其解压速度依然是极端的快所以适合单次压缩频繁高速解压的应用场景。
示范程序,参看 [YW_DEMOS](https://gitee.com/YWtheGod/YW_DEMOS)