lz-string icon indicating copy to clipboard operation
lz-string copied to clipboard

LZ-based compression algorithm for JavaScript

Results 68 lz-string issues
Sort by recently updated
recently updated
newest added

Excuse my poor understanding of this topic in advance. Something that occurred to me is that it should be possible to exceed the compression we have via `compressToEncodedURIComponent()` using [IRIs](https://en.wikipedia.org/wiki/Internationalized_Resource_Identifier)....

Changelogs: * add Rust language solution link in readme.

All existing functionality is preserved, all unit tests still pass. Even loaded in angularjs to verify umd wrapper correctly registers it when angular is present. **New features** - Rollup build...

This combines various suggestions from @Rycochet and @lishid and myself. See #88 and #97. - replace string-based `keyStr.charAt(i)` with array-based `keyStr[i]` - add `compressToArray` and `decompressFromArray` functions, and use them...

Hi, I am currently storing user settings in a variable called `settings` (and in local storage) and was looking to allow the user to download and upload settings. I know...

Initialization for Chrome Extension contexts

There are some nice benchmark for LZ4 [here](https://lz4.github.io/lz4/) but I'm not a pro of compression. I'm looking for a way to store objects for a web extension and since lz-string...

Is there a function available for this?