I wrote a post on Data Compression back in October, http://fluentreports.com/blog/?p=18, discussing how I sped up a Data Compression Library that we have been using internally for all web socket traffic and how by combing techniques from different comparable libraries LZJBn.js was born. Well fast forward several months --- I ran across another library that… Continue reading Node & Browser Javascript Compression Update
Category: Compression
Data Compression Revisited
Update: There is a relevant update for this in a new post. Over a year ago; one of my co-workers bench marked several compression libraries and since then we have been using library called jslzjb by Bear. This is on a un-released product and we currently use it almost constantly on a wide variety of… Continue reading Data Compression Revisited