Check-in [6bd6e6d5c7]
Overview
Comment:commands/mtf now uses fibonacci representation when encoding
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 6bd6e6d5c710d341e813e6d5425391980ff91823
User & Date: spaskalev on 2015-01-04 12:52:20
Other Links: manifest | tags
Context
2015-01-04
16:45
Use a lookup table for fibonacci's encoding of bytes. check-in: 9ded78a659 user: spaskalev tags: trunk
12:52
commands/mtf now uses fibonacci representation when encoding check-in: 6bd6e6d5c7 user: spaskalev tags: trunk
12:24
encoding/mtf.Encoder now returns an io.Reader. This allows to encoding in place without allocating buffers. check-in: 470d7e947b user: spaskalev tags: trunk
Changes