Replies: 1 comment
-
Yeah, I am pretty sure asyncStorage doesn't compress your data... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone!
I'm downloading a JSON file which the size is 4MB uncompressed, but just 1mb if it's gzip compressed.
Do you know if this library or if SQLite or whatever in the flow compress the data?
If I am storing those 4MB of text, are they going to actually cost 4MB? Or will be compressed and only cost 1MB?
Thanks!
PS.: I'm not trying to compress any data. I just want to know if it compress or not, in order to properly calculate some app sizes changes regarding the data I store
Beta Was this translation helpful? Give feedback.
All reactions