module documentation
Policies for class behavior.
Policies are basically configurations managing the behavior of various classes and which classes are choosen. For example, a policy may specify whether a cluster should be decompressed all at once or only as needed.
Generally speaking, policies should not have any effect on the content of a ZIM file, but may affect the structure. An example would be the choosen compression level and type for a cluster.
| Class | |
A policy is a configuration that influences the behavior of various pyzim classes, mostly in regards to resource management. |
| Constant | ALL |
a list of all policies defined in this module, used for testing |
| Constant | DEFAULT |
the default policy to use |
| Constant | HIGH |
a policy for maximizing performance during decompression |
| Constant | LOW |
A policy for minimizing RAM usage during decompression |
a list of all policies defined in this module, used for testing
| Value |
|
a policy for maximizing performance during decompression
| Value |
|
A policy for minimizing RAM usage during decompression
| Value |
|