Skip to content

Instantly share code, notes, and snippets.

@luk-
Created May 24, 2013 03:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luk-/5641113 to your computer and use it in GitHub Desktop.
Save luk-/5641113 to your computer and use it in GitHub Desktop.
writing "1234567890abcdef" 100 times
native : 4ms (25000 ops/s)
multilevel direct : 17ms (5882 ops/s)
stream.js:94
throw er; // Unhandled stream error in pipe.
^
stream.js:94
throw er; // Unhandled stream error in pipe.
^
Error: connect ECONNREFUSED
at errnoException (net.js:884:11)
at Object.afterConnect [as oncomplete] (net.js:875:19)
Error: connect ECONNREFUSED
at errnoException (net.js:884:11)
at Object.afterConnect [as oncomplete] (net.js:875:19)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment