|
FireSync API
|
Preset Zstandard compression levels.

Related | |
| #define | kZSTD_PRESET_MIN |
| Minimum compression supported by Zstandard. | |
| #define | kZSTD_PRESET_FAST |
| Recommended setting for fast compression. | |
| #define | kZSTD_PRESET_DEFAULT |
| Recommended setting for a balance of speed and density. | |
| #define | kZSTD_PRESET_DENSE |
| Recommended setting for dense compression. | |
| #define | kZSTD_PRESET_MAX |
| Maximum compression supported by Zstandard. | |