StoreCompressFiles package can be used to allocate less amount of memory to a text or string as compared to the normal allocation method.
- encode(passing argument:string): returns compressed string.
- decode(passing argument:encoded-object): returns original string.
Dillinger requires Python 3+ to run.
Install the dependencies and devDependencies and start the server.
$ pip install storecompressfiles
$ import storecompressfiles
$ from storecompressfiles import encode,decodeMIT