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 have a text of length 357813.
When trying to compress it takes a very long time.
I use LZString::compressToBase64 .
While when trying the same string on js LZString it runs very fast.