https://github.com/guilt/lz_comp
LZ Compression Source Code
https://github.com/guilt/lz_comp
Last synced: over 1 year ago
JSON representation
LZ Compression Source Code
- Host: GitHub
- URL: https://github.com/guilt/lz_comp
- Owner: guilt
- Created: 2022-04-08T02:31:50.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-08T02:32:16.000Z (over 4 years ago)
- Last Synced: 2025-02-24T10:13:51.076Z (over 1 year ago)
- Language: C
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.TXT
Awesome Lists containing this project
README
Compress.txt and the associated C source files were uploaded
to GEnie from Japan by Kenjirou Okubo. He provided this short
introduction:
This article by H.Okumura explains various algorithms
of Data Compression. The article, originally uploaded
in his workshop, is posted here with his permission. Also
includes three C programs illustrating lzari, lzss and
lzhuf methods uploaded with permission of their authors.
These are the compression schemes currently being investigated
by Japanese hobbiest programmers.
-Kenjirou Okubo