From 20fa08a4b9e0ff9ab5913d76936959ae6fd2353b Mon Sep 17 00:00:00 2001 From: David Barina Date: Tue, 12 May 2020 17:55:35 +0200 Subject: [PATCH] update --- ALGORITHM.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ALGORITHM.md b/ALGORITHM.md index 0bcf46b..a6d3d51 100644 --- a/ALGORITHM.md +++ b/ALGORITHM.md @@ -15,3 +15,5 @@ One of the following contexts is used: - last two bytes - last byte - no context (encode directly the index into the dictionary) + +The decision on which context to use is based on an estimate of the compression using unary and Golom-Rice coding.