Overview
Comment: | Added hamming weight lookup table for bytes in package bits. Added a PoC predictor decompressor implementation |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
60ca5b4b7bd5302846cc8605ba4b8443 |
User & Date: | spaskalev on 2014-12-16 01:55:53 |
Other Links: | manifest | tags |
Context
2014-12-16
| ||
04:03 | Fixed issues with both compressor and decompressor, added more tests check-in: b838653282 user: spaskalev tags: trunk | |
01:55 | Added hamming weight lookup table for bytes in package bits. Added a PoC predictor decompressor implementation check-in: 60ca5b4b7b user: spaskalev tags: trunk | |
2014-12-15
| ||
21:22 | Added diff.D struct; Added an RFC1978 Predictor compressor implementation and a test check-in: 67794bdf14 user: spaskalev tags: trunk | |
Changes
Modified src/0dev.org/bits/bits.go from [415ad79153] to [3a25035ac5]. [diff]
Modified src/0dev.org/bits/bits_test.go from [3c67937d6c] to [b5ed7a9a33]. [diff]
Modified src/0dev.org/predictor/predictor.go from [d4a72555aa] to [380067e183]. [diff]
Modified src/0dev.org/predictor/predictor_test.go from [f542b34031] to [05441cad24]. [diff]