← Back to context

Comment by AnotherGoodName

3 days ago

DMC is used in pretty much all of these, just not alone (that alg column is too small to capture this).

As in go into the first open source entry which is #2 in this list, cmix, unzip the files, go into paq8.cpp and search for DMC. See "Model using DMC (Dynamic Markov Compression)" and associated code. In these cases DMC is one model mixed in with others and the best model for the current context is used.

Hook exclusively uses DMC for outstanding results but the others use DMC as one of the prediction models.