Created
July 2, 2010 05:10
-
-
Save jacksonh/460965 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// fuck me, so this is going to encode to a buffer, | |
// then write to a buffer, which will byte convert | |
// the string to a buffer, write to the stream buffer, | |
// which then will write to the IO buffer, and | |
// get sent across the socket. I would like to | |
// eliminate the first 36 buffers from this process |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment