pieroxy / lz-string

LZ-based compression algorithm for JavaScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

New port for a linux executable

vakarelov opened this issue · comments

I needed an Linux executable for LZString for the server-side. The php port is just too slow. I created of fork of https://github.com/amiart/qt-lzstring and convert it to an app.
It can be found here: https://github.com/vakarelov/qt-lzstring

Do feel free to submit a PR to update the readme and point at it :-)