<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="zh">
	<id>https://arolstar52-zhtest.hf.space/index.php?action=history&amp;feed=atom&amp;title=Snappy</id>
	<title>Snappy - 版本历史</title>
	<link rel="self" type="application/atom+xml" href="https://arolstar52-zhtest.hf.space/index.php?action=history&amp;feed=atom&amp;title=Snappy"/>
	<link rel="alternate" type="text/html" href="https://arolstar52-zhtest.hf.space/index.php?title=Snappy&amp;action=history"/>
	<updated>2026-07-13T00:19:44Z</updated>
	<subtitle>在这个wiki上该页的修订历史</subtitle>
	<generator>MediaWiki 1.43.9</generator>
	<entry>
		<id>https://arolstar52-zhtest.hf.space/index.php?title=Snappy&amp;diff=2732565&amp;oldid=prev</id>
		<title>imported&gt;Yumeto：​使用DisamAssist清理消歧義連結：Go（改連結至Go語言）。</title>
		<link rel="alternate" type="text/html" href="https://arolstar52-zhtest.hf.space/index.php?title=Snappy&amp;diff=2732565&amp;oldid=prev"/>
		<updated>2026-03-02T15:23:43Z</updated>

		<summary type="html">&lt;p&gt;使用&lt;a href=&quot;/index.php?title=User:Peacearth/DisamAssist.js&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;User:Peacearth/DisamAssist.js（页面不存在）&quot;&gt;DisamAssist&lt;/a&gt;清理&lt;a href=&quot;/index.php?title=WP:DAB&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;WP:DAB（页面不存在）&quot;&gt;消歧義&lt;/a&gt;連結：&lt;a href=&quot;/wiki/Go&quot; title=&quot;Go&quot;&gt;Go&lt;/a&gt;（改連結至&lt;a href=&quot;/wiki/Go%E8%AA%9E%E8%A8%80&quot; title=&quot;Go語言&quot;&gt;Go語言&lt;/a&gt;）。&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新页面&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{NoteTA|G1=IT|G2=FL}}&lt;br /&gt;
{{not|Snappy (包管理器)}}&lt;br /&gt;
{{Infobox software&lt;br /&gt;
| name = Snappy&lt;br /&gt;
| developer = [[Google]]&lt;br /&gt;
| frequently updated = &lt;br /&gt;
| operating system = [[跨平台]]&lt;br /&gt;
| genre = [[数据压缩]]&lt;br /&gt;
| programming language = [[C++]]&lt;br /&gt;
| license = [[Apache许可证|Apache 2]]（截至1.0.1）/[[New BSD]]&lt;br /&gt;
| website = {{URL|https://google.github.io/snappy/}}&lt;br /&gt;
| title = &lt;br /&gt;
| logo = &lt;br /&gt;
| author = [[Jeff Dean]]、Sanjay Ghemawat、Steinar H. Gunderson&lt;br /&gt;
| released = {{Start date|2011|03|18}}&lt;br /&gt;
| discontinued = &lt;br /&gt;
| latest release version = 1.2.1&lt;br /&gt;
| latest release date = {{Start date and age|2024|05|22}}&lt;br /&gt;
| latest preview version = &lt;br /&gt;
| platform = 可移植&lt;br /&gt;
| size = 2&amp;amp;nbsp;MB&lt;br /&gt;
| status = 活跃&lt;br /&gt;
}}&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Snappy&amp;#039;&amp;#039;&amp;#039;（以前称&amp;#039;&amp;#039;&amp;#039;Zippy&amp;#039;&amp;#039;&amp;#039;）是[[Google]]基于[[LZ77与LZ78|LZ77]]的思路用[[C++]]语言编写的快速[[数据压缩]]与解压[[程序库]]，并在2011年[[开源]]。&amp;lt;ref&amp;gt;{{Cite web|url=http://www.infoq.com/news/2011/04/Snappy|title=Google Snappy–A Fast Compressing Library|accessdate=August 1, 2011|work=InfoQ|archive-date=2016-03-04|archive-url=https://web.archive.org/web/20160304134022/http://www.infoq.com/news/2011/04/Snappy|dead-url=no}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{Cite web |url=http://www.theregister.co.uk/2011/03/24/google_open_sources_snappy/ |title=Google open sources MapReduce compression. |accessdate=2016-07-09 |archive-date=2016-08-22 |archive-url=https://web.archive.org/web/20160822184321/http://www.theregister.co.uk/2011/03/24/google_open_sources_snappy/ |dead-url=no }}&amp;lt;/ref&amp;gt;它的目标并非最大压缩率或与其他压缩程序库的兼容性，而是非常高的速度和合理的压缩率。使用一个运行在[[X86-64|64位模式]]下的[[酷睿i7]]处理器的单个核心，压缩速度250 [[码率单位|MB/s]]，解压速度500 MB/s。压缩率比[[gzip]]低20-100%。&amp;lt;ref&amp;gt;{{Cite web|url=https://github.com/google/snappy/blob/master/README|title=Snappy: A fast compressor/decompressor: Readme|accessdate=August 1, 2011|work=[[Google Code]]|deadurl=yes|archiveurl=https://archive.today/20150908105729/https://github.com/google/snappy/blob/master/README|archivedate=2015年9月8日}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Snappy广泛应用在Google的项目，例如[[BigTable]]、[[MapReduce]]和Google内部[[遠程過程調用|RPC]]系统的压缩数据。它可在开源项目中使用，例如[[Cassandra]]、{{tsl|en|Couchbase Server|Couchbase}}、[[Apache Hadoop|Hadoop]]、[[LevelDB]]、[[MongoDB]]、[[RocksDB]]、[[Lucene]]、[[Apache Spark|Spark]]和[[InfluxDB]]。&amp;lt;ref&amp;gt;{{Cite web |url=https://google.github.io/snappy/ |title=snappy. |accessdate=2016-07-09 |archive-date=2016-12-18 |archive-url=https://web.archive.org/web/20161218142638/http://google.github.io/snappy/ |dead-url=no }}&amp;lt;/ref&amp;gt;解压缩时会检测压缩流中是否存在错误。Snappy不使用[[内联汇编]]并且可移植。&lt;br /&gt;
&lt;br /&gt;
== 接口 ==&lt;br /&gt;
Snappy的分发包括C++和C绑定。第三方提供的绑定和移植包括：&amp;lt;ref&amp;gt;{{Cite web |url=https://google.github.io/snappy/ |title=存档副本 |accessdate=2016-07-09 |archive-date=2016-12-18 |archive-url=https://web.archive.org/web/20161218142638/http://google.github.io/snappy/ |dead-url=no }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
{{div col|content=&lt;br /&gt;
* [[C♯|C#]]&lt;br /&gt;
* [[Common Lisp]]&lt;br /&gt;
* [[Erlang]]&lt;br /&gt;
* [[Go語言|Go]]&lt;br /&gt;
* [[Haskell]]&lt;br /&gt;
* [[Lua]]&lt;br /&gt;
* [[Java]]&lt;br /&gt;
* [[Node.js]]&lt;br /&gt;
* [[Perl]]&lt;br /&gt;
* [[PHP]]&lt;br /&gt;
* [[Python]]&lt;br /&gt;
* [[R语言|R]]&lt;br /&gt;
* [[Ruby]]&lt;br /&gt;
* [[Rust (编程语言)|Rust]]&lt;br /&gt;
* [[Smalltalk]]&lt;br /&gt;
* [[OpenCL]]&amp;lt;ref&amp;gt;{{Cite web|url=https://github.com/Xilinx/Vitis_Libraries/tree/master/data_compression|title=Xilinx|website=Xilinx|access-date=2020-06-19|archive-date=2022-03-01|archive-url=https://web.archive.org/web/20220301135856/https://github.com/Xilinx/Vitis_Libraries/tree/master/data_compression}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{Cite web|url=https://github.com/InAccel/Applications/tree/master/data_compression|title=InAccel|website=InAccel}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== 参考资料 ==&lt;br /&gt;
{{Reflist}}&lt;br /&gt;
&lt;br /&gt;
== 外部链接 ==&lt;br /&gt;
* [https://groups.google.com/forum/#!forum/snappy-compression Snappy邮件列表]{{Wayback|url=https://groups.google.com/forum/#!forum/snappy-compression |date=20191207213542 }}&lt;br /&gt;
&lt;br /&gt;
{{Compression Methods}}&lt;br /&gt;
{{Compression Software Implementations}}&lt;br /&gt;
{{Archive formats}}&lt;br /&gt;
&lt;br /&gt;
[[Category:归档格式]]&lt;br /&gt;
[[Category:C++函式庫]]&lt;br /&gt;
[[Category:自由跨平台軟體]]&lt;br /&gt;
[[Category:数据压缩自由软件]]&lt;/div&gt;</summary>
		<author><name>imported&gt;Yumeto</name></author>
	</entry>
</feed>