TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Asymmetric numeral systems: entropy encoding (2013)

36 pointsby _ofabout 9 years ago

6 comments

muizelaarabout 9 years ago
This was popularized by Yann Collet&#x27;s work on <a href="https:&#x2F;&#x2F;github.com&#x2F;Cyan4973&#x2F;FiniteStateEntropy" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;Cyan4973&#x2F;FiniteStateEntropy</a>
powturboabout 9 years ago
Almost all current implementations (except TurboANX) are in general not better than huffman coding. See: <a href="https:&#x2F;&#x2F;sites.google.com&#x2F;site&#x2F;powturbo&#x2F;entropy-coder" rel="nofollow">https:&#x2F;&#x2F;sites.google.com&#x2F;site&#x2F;powturbo&#x2F;entropy-coder</a><p>Better test this yourself on your own data with TurboBench: <a href="https:&#x2F;&#x2F;github.com&#x2F;powturbo&#x2F;TurboBench" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;powturbo&#x2F;TurboBench</a>
algorithm314about 9 years ago
detailed list of implementations found <a href="http:&#x2F;&#x2F;encode.ru&#x2F;threads&#x2F;2078-List-of-Asymmetric-Numeral-Systems-implementations" rel="nofollow">http:&#x2F;&#x2F;encode.ru&#x2F;threads&#x2F;2078-List-of-Asymmetric-Numeral-Sys...</a>
cypharabout 9 years ago
Does anyone know if this is patent-encumbered?
beagle3about 9 years ago
(2013). Already in practical use.
评论 #11631368 未加载
PaulHouleabout 9 years ago
Woohoo!