<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>pieroxy.netlzw</title>
    <link>https://pieroxy.net/blog/tags/lzw/</link>
    <description>tech, dev, web &amp; other stuff</description>
    <language>en</language>
    <copyright>Pieroxy</copyright>
    <pubDate>Thu, 25 Aug 2022 14:06:00 GMT</pubDate>
    <dc:creator>Pieroxy</dc:creator>
    <dc:date>2022-08-25T14:06:00Z</dc:date>
    <dc:language>en</dc:language>
    <dc:rights>Pieroxy</dc:rights>
    <image>
      <title>pieroxy.netlzw</title>
      <url>https://pieroxy.net/blog/tags/lzw/</url>
    </image>
    <item>
      <title>lz-string: We'll try to make it faster</title>
      <link>https://pieroxy.net/blog/2013/05/21/1369124340000.html</link>
      <content:encoded>&lt;br&gt;
I've setup a &lt;a href="/blog/pages/lz-string/testing.html"&gt;small page&lt;/a&gt; where I share my findings in trying to optimize the implementation of &lt;span class="code"&gt;&lt;a href="https://pieroxy.net/blog/pages/lz-string/index.html"&gt;lz-string&lt;/a&gt;&lt;/span&gt;. This work will continue in the coming weeks. You can leave a comment in this blog entry for any feedback.
&lt;br&gt;&lt;br&gt;</content:encoded>
      <category domain="https://pieroxy.net/blog/categories/javascript/">JavaScript</category>
      <category domain="https://pieroxy.net/blog/tags/compression/">compression</category>
      <category domain="https://pieroxy.net/blog/tags/javascript/">javascript</category>
      <category domain="https://pieroxy.net/blog/tags/localstorage/">localstorage</category>
      <category domain="https://pieroxy.net/blog/tags/lzw/">lzw</category>
      <category domain="https://pieroxy.net/blog/tags/web/">web</category>
      <pubDate>Tue, 21 May 2013 08:19:00 GMT</pubDate>
      <guid isPermaLink="false">tag:pieroxy.net,2013-05-21:pieroxy.net/1369124340000</guid>
      <dc:date>2013-05-21T08:19:00Z</dc:date>
    </item>
    <item>
      <title>Just released: lz-string</title>
      <link>https://pieroxy.net/blog/2013/05/09/1368091620000.html</link>
      <content:encoded>&lt;span class="code"&gt;lz-string&lt;/span&gt; is a compression program for JavaScript in the browser, based on LZW. It is &lt;i&gt;fast&lt;/i&gt;, meant for localStorage or any other string-based storage in JavaScript, and is particularly efficient on short strings.
&lt;p&gt;All can be read on the home page: 
&lt;a class="longLink" href="https://pieroxy.net/blog/pages/lz-string/index.html"&gt;https://pieroxy.net/blog/pages/lz-string/index.html&lt;/a&gt;
And a demo can be found below for live compression:
&lt;a class="longLink" href="https://pieroxy.net/blog/pages/lz-string/demo.html"&gt;https://pieroxy.net/blog/pages/lz-string/demo.html&lt;/a&gt;</content:encoded>
      <category domain="https://pieroxy.net/blog/categories/news/">News</category>
      <category domain="https://pieroxy.net/blog/categories/javascript/">JavaScript</category>
      <category domain="https://pieroxy.net/blog/tags/compression/">compression</category>
      <category domain="https://pieroxy.net/blog/tags/gzip/">gzip</category>
      <category domain="https://pieroxy.net/blog/tags/javascript/">javascript</category>
      <category domain="https://pieroxy.net/blog/tags/localstorage/">localstorage</category>
      <category domain="https://pieroxy.net/blog/tags/lzma/">lzma</category>
      <category domain="https://pieroxy.net/blog/tags/lzw/">lzw</category>
      <category domain="https://pieroxy.net/blog/tags/news/">news</category>
      <category domain="https://pieroxy.net/blog/tags/web/">web</category>
      <pubDate>Thu, 09 May 2013 09:27:00 GMT</pubDate>
      <guid isPermaLink="false">tag:pieroxy.net,2013-05-09:pieroxy.net/1368091620000</guid>
      <dc:date>2013-05-09T09:27:00Z</dc:date>
    </item>
  </channel>
</rss>

