Overview
Comment: | Decompressor might loose part of the underlying buffer array by reslicing, fixed by copy |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
d516e7425df001417d5f191f0fd88196 |
User & Date: | spaskalev on 2014-12-20 13:04:59 |
Other Links: | manifest | tags |
Context
2014-12-20
| ||
17:44 | Buffer the input on decompressing, not the decompressor itself. This takes pdc -d < linux-3.18.1.tar.pdc > linux-3.18.1.tar down to 11 seconds from 13 minutes :) check-in: 4f0d26907d user: spaskalev tags: trunk | |
13:04 | Decompressor might loose part of the underlying buffer array by reslicing, fixed by copy check-in: d516e7425d user: spaskalev tags: trunk | |
11:52 | [predictor] Removed the buffer from the context struct, allocate the input slice buffer on creation with make. check-in: 723ffeb1fd user: spaskalev tags: trunk | |
Changes
Modified src/0dev.org/predictor/predictor.go from [b8ee77a9c4] to [90c8b12e57]. [diff]