Overview
Comment: | Made SizedReader faster by keeping explicit buffer indices. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
701ac713deb812f7f5feda484c6a4314 |
User & Date: | spaskalev on 2014-12-24 23:33:45 |
Other Links: | manifest | tags |
Context
2014-12-24
| ||
23:45 | Extracted SizedReader to a sizedReader type with a Read() method. Closures seem to be slower in Go 1.4 and there is no real need for SizedReader to be a closure. check-in: b703c38e0b user: spaskalev tags: trunk | |
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 | |
Changes
Modified src/0dev.org/ioutil/ioutil.go from [bca057263b] to [e5419d451e]. [diff]