Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/AbhishekDoshi26/compression_example
https://github.com/AbhishekDoshi26/compression_example
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/AbhishekDoshi26/compression_example
- Owner: AbhishekDoshi26
- Created: 2021-09-20T10:16:09.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-09-23T13:33:59.000Z (about 3 years ago)
- Last Synced: 2024-10-19T13:36:40.363Z (22 days ago)
- Language: Dart
- Size: 18.6 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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