TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Minimalist Guide to Lossless Compression (2019)

99 点作者 marklit超过 3 年前

5 条评论

greypowerOz超过 3 年前
&gt;&quot;Also, consider that if you can only read at 100 MB&#x2F;s off a mechanical drive but your CPU can decompress data at ~500 MB&#x2F;s then the mechanical drive is able to provide 5x the throughput you&#x27;d otherwise expect thanks to compression.&quot;<p>I&#x27;d not really thought of that aspect before... My old brain is hard-coded to save cpu cycles ... Time to change my ways :)
评论 #29538073 未加载
评论 #29538406 未加载
评论 #29538007 未加载
评论 #29538295 未加载
optimalsolver超过 3 年前
Lossless compression is apparently equivalent to general intelligence:<p><a href="http:&#x2F;&#x2F;mattmahoney.net&#x2F;dc&#x2F;rationale.html" rel="nofollow">http:&#x2F;&#x2F;mattmahoney.net&#x2F;dc&#x2F;rationale.html</a>
评论 #29538620 未加载
评论 #29540539 未加载
tobijdc超过 3 年前
Doesn&#x27;t LZFSE stem from the Finite State Entropy library Yann Collet (LZ4, ZSTD) wrote as a base for ZSTD (together with HUFF0) and Apple just decided to use it before it was fully mature? So shouldn&#x27;t LZFSE be a predecessor to ZSTD in the Tree?
efficientsticks超过 3 年前
Could anyone explain why LZ77 is preferred by implementors versus LZ78?<p>It seems important for compressibility to prepare the data for maximum self-similarity, in addition to the LZ algorithms (as evidenced by the sort in this article). Could someone point towards a good modern summary of the approaches or heuristics?
评论 #29543257 未加载
评论 #29544272 未加载
absoflutely超过 3 年前
&gt;Entropy, an Information Theory term coined by Claude Shannon in 1948, describes the minimum number of bits, on average, needed to encode a dataset.<p>Shannon didn&#x27;t coin the term entropy. He borrowed it from the analogous definition in thermodynamics.