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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Small strings compression library

2 点作者 indatawetrust将近 9 年前

2 条评论

dalke将近 9 年前
FWIW, no changes from when it came out 7 years ago. It was discussed here then on HN, at <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=540048" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=540048</a> , with 22 comments.<p>Another short string compressor is Shoco, discussed here a year ago at <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=10060018" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=10060018</a> .
dmfdmf将近 9 年前
What&#x27;s the algo? Is it just a static English letter frequency library for short strings? That&#x27;s what it sounds like to me based on the description.