Skip to content

Commit 27260a4

Browse files
committed
增加 snappy
1 parent fcb9214 commit 27260a4

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
@@ -2711,6 +2711,18 @@ Home:[http://www.unrarlib.org/]
27112711

27122712
该项目的开发已经停止。只支持对 RAR2 格式的解压缩。
27132713

2714+
=== 11.2.7 snappy ===
2715+
2716+
<h4>snappy</h4>
2717+
2718+
Home:[https://google.github.io/snappy/]
2719+
2720+
由 Google 开发的压缩格式,特点是非常快(不论是压缩还是解压);但是压缩率不如 gzip。
2721+
2722+
起先被用于 Google 内部的 BigTable,如今被用于多种 NoSQL 数据库(比如:Cassandra、Hadoop、LevelDB、MongoDB、RocksDB...)
2723+
2724+
支持多种语言的绑定(C#、Common Lisp、Erlang、Go、Haskell、Lua、Java、Node.js、Perl、PHP、Python、R、Ruby、Smalltalk)
2725+
27142726
== 11.3 标记语言 ==
27152727

27162728
=== 11.3.1 XML ===

0 commit comments

Comments
 (0)