google-code-export / s3ql

Automatically exported from code.google.com/p/s3ql
0 stars 0 forks source link

Use bytearrays and readinto() instead of read() where possible #436

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This should avoid some useless copying of data. Especially the decompression 
and decryption filters should have read() implemented using readinto(), not the 
other way around.

Original issue reported on code.google.com by Nikolaus@rath.org on 22 Nov 2013 at 3:15

GoogleCodeExporter commented 9 years ago
Note that ObjectR does not have a readinto() method yet.

Original comment by Nikolaus@rath.org on 29 Nov 2013 at 4:32

GoogleCodeExporter commented 9 years ago
Moved to 
https://bitbucket.org/nikratio/s3ql/issue/8/use-bytearrays-and-readinto-instead-
of

Original comment by Nikolaus@rath.org on 28 Dec 2013 at 2:21