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: |
6bd6e6d5c710d341e813e6d542539198 |
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
Modified src/0dev.org/commands/mtf/main.go from [a9b931eec8] to [a0aa5f4298]. [diff]
Modified src/0dev.org/encoding/mtf/mtf_test.go from [8e70ad85db] to [74a3c46eb8]. [diff]