Syzygy tables are compressed using huffman encoding or lzp, if I am not wrong, I was thinking if we can use context mixing compression, like mcm, https://github.com/mathieuchartier/mcm
I think this is alot faster than even 7zip with more compression.
Benchmarks of mcm vs others, http://mattmahoney.net/dc/text.html
and we can see its too fast even at maximum settings from benchmarks, I have personally used it after compiling the source, so thats why suggesting the use of.
Syzygy tables are compressed using huffman encoding or lzp, if I am not wrong, I was thinking if we can use context mixing compression, like mcm, https://github.com/mathieuchartier/mcm
I think this is alot faster than even 7zip with more compression.
Benchmarks of mcm vs others, http://mattmahoney.net/dc/text.html and we can see its too fast even at maximum settings from benchmarks, I have personally used it after compiling the source, so thats why suggesting the use of.
So what are your thoughts on this?