Home

Add a comment

 

Avatar: Jonathan Wagner

Re: Just released: lz-string

We found the issue, the decompression and compression function use the string concatenation operator += which is highly inefficient for larger strings. We switched to string builder and the performance issues disappeared. Files that were taking up to 30+ seconds to decompress dropped to under a second. The size of our data generally never exceeds 5mb. The reason we opted for lz-string was actually for cross browser support as far back as IE7. If you're interested, we use LZS with our API http://www.scribblemaps.com/api/

Re: Just released: lz-string


Title
Body
HTML : b, strong, i, em, blockquote, br, p, pre, a href="", ul, ol, li, sub, sup
OpenID Login
Name
E-mail address
Website
Remember me Yes  No 

E-mail addresses are not publicly displayed, so please only leave your e-mail address if you would like to be notified when new comments are added to this blog entry (you can opt-out later).

Home