Comparing version 0.3.5-2 to 0.3.5-3
@@ -1,2 +0,2 @@ | ||
v0.3.5-2 - Dec 13th 2011 | ||
v0.3.5-3 - Dec 13th 2011 | ||
====================== | ||
@@ -6,3 +6,3 @@ | ||
* Apply loop-unrolling-like small block copies rather than use node.js Buffer#copy() (which is slow). | ||
* Mask blocks of data using loop-unrolling (Duff style), instead of single bytes. | ||
* Mask blocks of data using combination of 32bit xor and loop-unrolling, instead of single bytes. | ||
* Keep pre-made send buffer for small transfers. | ||
@@ -9,0 +9,0 @@ * Leak fixes and code cleanups. |
@@ -5,3 +5,3 @@ { | ||
"description": "simple and very fast websocket protocol client for node.js", | ||
"version": "0.3.5-2", | ||
"version": "0.3.5-3", | ||
"repository": { | ||
@@ -8,0 +8,0 @@ "type": "git", |
Sorry, the diff of this file is not supported yet
123683