Check-in [1717bfae3b]
Overview
Comment:Use 0dev.org/ioutil.SizedWriter as an output buffer for pdc in both compress and decompress modes.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 1717bfae3bf0f8bd5a8f8df29b883a569f24de1f
User & Date: spaskalev on 2014-12-24 22:32:42
Other Links: manifest | tags
Context
2014-12-24
23:33
Made SizedReader faster by keeping explicit buffer indices. check-in: 701ac713de user: spaskalev tags: trunk
22:32
Use 0dev.org/ioutil.SizedWriter as an output buffer for pdc in both compress and decompress modes. check-in: 1717bfae3b user: spaskalev tags: trunk
21:40
Fixed SizedWriter behavior so that it follows io.Writer's Write(...) contract. Added more tests for 100% CC on the ioutil package. Predictor's compressor now uses SizedWriter and no longer has to do any internal buffering. check-in: e1778aba98 user: spaskalev tags: trunk
Changes