lz-string compression 3

Benchmark created by pieroxy on


Preparation HTML

<script src="http://pieroxy.net/lzstring/lzstring.js"></script>
<script src="http://pieroxy.net/lzstring/lzstring3.js?v=5"></script>
<script>
var string = document.body.innerHTML; // Some big string
</script>

Test runner

Ready to run.

Testing in
TestOps/sec
base
LZString.compress(string);
ready
test
LZString3.compress(string);
ready

Revisions

You can edit these tests or add more tests to this page by appending /edit to the URL.