[−][src]Module binjs::io::entropy
An encoding using entropy coding. A format based on Entropy coding
We generate a table of probabilities that let us determine the probability of a given node appearing at a given position in the AST. We then use a mechanism of entropy coding to represent the actual AST as a combination of these probabilities.
See module format for details on the binary format.
Modules
| dictionary | |
| format | About this file |
| probabilities | |
| read | Reading a compressed stream. An entropy decoder |
| rw | Tools shared by |
| write | Writing to a compressed stream. An entropy encoder. |
Structs
| FormatProvider | |
| Options |