Skip to content

Commit 7642bda

Browse files
committed
增加 LZFSE
1 parent e6dcdd2 commit 7642bda

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

libs/cpp.wiki

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2897,6 +2897,18 @@ Wikipedia:[https://en.wikipedia.org/wiki/Brotli 英文]
28972897

28982898
该算法很新,是2015年9月才发布的。
28992899

2900+
=== 12.2.9 LZFSE ===
2901+
2902+
<h4>LZFSE</h4>
2903+
2904+
Home:[https://github.com/lzfse/lzfse]
2905+
2906+
Wikipedia:[https://zh.wikipedia.org/wiki/LZFSE 中文]
2907+
2908+
由苹果开发的压缩格式。苹果称它的压缩率与“ZLib level 5”相似,但速度快2至3倍。
2909+
2910+
该算法是前不久(2016年7月)才开源出来的。
2911+
29002912
== 12.3 标记语言 ==
29012913

29022914
=== 12.3.1 XML ===

0 commit comments

Comments
 (0)