ブックマーク / pieroxy.net (1)

  • lz-string: JavaScript compression, fast!

    Goal lz-string was designed to fulfill the need of storing large amounts of data in localStorage, specifically on mobile devices. localStorage being usually limited to 5MB, all you can compress is that much more data you can store. You don't care about the blah-blah? The demo. The GitHub repository. The user guide. What about other libraries? All I could find was: some LZW implementations which gi

    tmatsuu
    tmatsuu 2015/02/03
    localStorageにデータを圧縮して保存するためのJavaScriptライブラリ。他の実装するとモバイルでも高速、文字列に制限なし、ライブラリ自体も軽量。
  • 1