You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I did a simple test via LZ-UTF8. It can save more than half-space.
We need to:
Find the best fit compress/decompress library that can compress/decompress string around ~4 KB fast enough. (We need to do compress every time user typing)
Add helper functions to deal with the storage for base64 and the new compression approach and add the ability to extend for other storage options in the future.
The text was updated successfully, but these errors were encountered:
As mentioned here: #32 (comment)
We can use compress/decompress to save space.
I did a simple test via LZ-UTF8. It can save more than half-space.
We need to:
The text was updated successfully, but these errors were encountered: