Files
node-v0.x-archive/doc/api
isaacs bdb78b9945 stream: don't create unnecessary buffers in Readable
If there is an encoding, and we do 'stream.push(chunk, enc)', and the
encoding argument matches the stated encoding, then we're converting from
a string, to a buffer, and then back to a string.  Of course, this is a
completely pointless bit of work, so it's best to avoid it when we know
that we can do so safely.
2013-05-14 11:36:04 -07:00
..
2013-03-27 12:37:54 +01:00
2013-04-08 00:43:30 +02:00
2010-11-07 17:22:56 -08:00
2012-02-29 16:04:54 -08:00