Skip to content

Qt implementation of LZ-String javascript library

Notifications You must be signed in to change notification settings

pyromanci/qt-lzstring

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Qt implementation of LZ-String, version 1.4.4.

Based on the LZ-String compression algorithm found here:
http://pieroxy.net/blog/pages/lz-string/index.html

WTFPL Licence
http://www.wtfpl.net/

Implemented functions:
  • compress() / decompress() - YES
  • compressToUTF16() / decompressFromUTF16() - YES
  • compressToBase64() / decompressFromBase64() - YES
  • compressToUint8Array() / decompressFromUint8Array() - NO
  • compressToEncodedURIComponent() / decompressFromEncodedURIComponent() - NO

About

Qt implementation of LZ-String javascript library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 94.5%
  • Prolog 4.6%
  • QMake 0.9%