Update README.md

This commit is contained in:
Andy McFadden 2020-07-30 07:56:46 -07:00 committed by GitHub
parent 8a83b45203
commit 61b7c1cb8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -38,7 +38,8 @@ does about 4% better on average -- not huge, but not negligible.
Other compression programs, such as gzip, produce significantly smaller
output, but uncompression is much slower and requires more memory.
The comments in [fhpack.cpp](fhpack.cpp) describe the data format.
The comments in [fhpack.cpp](fhpack.cpp) describe the data format. It's
essentially LZ4 modified to work better on a system with 8-bit registers.
There is no implementation of the compression side for the 6502.
An implementation that uses greedy parsing is feasible, as the bulk of the