Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site











SourceForge.net Logo

Fast compression / decompression

 

String FastCompress(const String& s)

String FastCompress(const void *s, int sz)

Compresses data using extremely fast algorithm (current implementation is using LZ4). It is intended for internal purposes to reduce memory consumption. Format should not be considered stable and should not be saved to persistent storage (use plugin/LZ4 if you need that).

 


 

String FastDecompress(const String& data)

Decompresses data compressed by FastCompress.

 

 

Last edit by cxl on 12/02/2017. Do you want to contribute?. T++