the start of a rewrite using what was learned from bzip2
This commit is contained in:
parent
da83f9a5d0
commit
4a963eb383
4 changed files with 93 additions and 18 deletions
|
|
@ -41,6 +41,7 @@ common deps
|
|||
TypeOperators,
|
||||
TypeSynonymInstances,
|
||||
UndecidableInstances,
|
||||
ViewPatterns,
|
||||
mixins:
|
||||
base hiding (Prelude),
|
||||
relude (Relude as Prelude),
|
||||
|
|
@ -76,6 +77,7 @@ common deps
|
|||
Compress.PrefixTree
|
||||
Compress.WordMarkovStats
|
||||
Compress.LengthDistancePairs
|
||||
Compress.MoveToFrontTransform
|
||||
Data.Dirs
|
||||
Data.FiniteBit
|
||||
Data.HuffmanTree
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue