Harry Potter Posted December 13, 2021 Author Share Posted December 13, 2021 I was wrong, and I'm sorry! ? I found some bugs and am now doing only 20 blocks. I wanted 19 blocks bot couldn't get them. Quote Link to comment Share on other sites More sharing options...
Harry Potter Posted January 13, 2022 Author Share Posted January 13, 2022 I applied to ZX0 a method to optimize LZ77 by not compressing the current byte or word if immediately following is a larger LZ77 block, a better way to handle LZ77 lengths and the MTF strategy. Is there anything else I can do? Quote Link to comment Share on other sites More sharing options...
VinsCool Posted January 13, 2022 Share Posted January 13, 2022 Try to decompress it and see if the data was corrupted by accident? 2 1 Quote Link to comment Share on other sites More sharing options...
Harry Potter Posted January 13, 2022 Author Share Posted January 13, 2022 I am in the process of debugging it right now. I just want to do better, that's all. Quote Link to comment Share on other sites More sharing options...
Harry Potter Posted January 17, 2022 Author Share Posted January 17, 2022 I just applied Adaptive Huffman codes and received 18 blocks. Quote Link to comment Share on other sites More sharing options...
ivop Posted January 17, 2022 Share Posted January 17, 2022 Does it decompress? Otherwise you received nothing. Pro-tip: develop the compressor and decompressor in parallel. 3 Quote Link to comment Share on other sites More sharing options...
Harry Potter Posted January 17, 2022 Author Share Posted January 17, 2022 ivop, you're right. I need to debug, but that's what I'm receiving so far. Quote Link to comment Share on other sites More sharing options...
Harry Potter Posted January 18, 2022 Author Share Posted January 18, 2022 I have a confession to make: my modifications to ZX0 do much better than my main technique on two of three test files. May I use it as a backdrop to my technique? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.