-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compression ratio improvement proposal #7
Comments
Coincidentally, I've actually implemented a shortest-path search in compress.c pretty recently. I just haven't released/pushed it yet since I'm still trying to optimize it for speed, but I may try to do that soon. An example of using the current (unreleased) implementation to compress itself: I'm not sure if it's exactly the best compression possible, but there is an improvement over the existing version. |
Great! Looking forward to see your code. |
introUncompressed.bin: 789 Looks like the results are similar so far, although for plologue2Uncompressed.bin the improved search provides the same search as the original. |
Wow! Looks impressive. |
Check out this notes: http://romhack.github.io/doc/halCompression/
Or directly this tool: https://github.com/romhack/kirbyLzRle/
You could consider your code revision for better compression ratio.
The text was updated successfully, but these errors were encountered: