Check-in [723ffeb1fd]
Overview
Comment:[predictor] Removed the buffer from the context struct, allocate the input slice buffer on creation with make.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 723ffeb1fd5d01e982acb9a401e720f5c07843ab
User & Date: spaskalev on 2014-12-20 11:52:46
Other Links: manifest | tags
Context
2014-12-20
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
2014-12-19
21:54
Implemented commands/pdc using predictor. Made predictor's Compressor(...) return an io.Writer. check-in: c9f3a59cb6 user: spaskalev tags: trunk
Changes