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.

A compression algorithm designed for code simplicity

1 pointsby otabdeveloperover 10 years ago
https:&#x2F;&#x2F;bitbucket.org&#x2F;tkatchev&#x2F;yalz77<p>Fully standard platform-independent C++, only one C++ header with about 300 lines of code, and yet good enough to be useful for practical work.<p>Designed for those places where you don&#x27;t want to integrate large, incomprehensible code bases you don&#x27;t understand.

1 comment

_jomoover 10 years ago
clickable link: <a href="https://bitbucket.org/tkatchev/yalz77" rel="nofollow">https:&#x2F;&#x2F;bitbucket.org&#x2F;tkatchev&#x2F;yalz77</a><p>I find the title a bit confusing. I first thought this would simplify and&#x2F;or compress code (minify).