https://github.com/nodeca/pako
This work is done for fun & for understanding possible v8 speed. Result for deflate (level 6): - 2-3x faster than alternate js implementations - with node v0.11 only 1.3-1.5x slower than binary zlib binding Now i know the real JS/C speed ratio :) Please, note, that this is preview, not production release. Inflate is not compleete, API not polished. This code works with node, but targeted for browsers, as modern & modular replacement of existing inflate/deflate implementations. -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
