Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/AbhishekDoshi26/compression_example


https://github.com/AbhishekDoshi26/compression_example

Last synced: 7 days ago
JSON representation

Awesome Lists containing this project

README

        

# Compression Example using GZIP

Dart has some really powerful compression algorithms provided with SDK itself and one such algorithm is GZIP!
This repository contains sample code which explains how to use GZIP to compress your long strings or json strings!

In the example provided, it reduces the memory by almost 99%!

### Note: If you increase the for loop iteration, the program might take time to display the output or might even stop your PC!

### Checkout the article at: https://medium.com/@abhishekdoshi26/compression_algorithm-flutter-f628481cc4e0