Overview
Comment: | Added a function that reverses the bits in a byte. Coverage: 100.0% of statements. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
2be2ff6bf747e4314ac4fa406b98faeb |
User & Date: | spaskalev on 2014-12-21 01:59:34 |
Other Links: | manifest | tags |
Context
2014-12-21
| ||
17:23 | Fixed a rare case of losing data from the decompressor's internal result buffer. check-in: 7b74fd57f8 user: spaskalev tags: trunk | |
01:59 | Added a function that reverses the bits in a byte. Coverage: 100.0% of statements. check-in: 2be2ff6bf7 user: spaskalev tags: trunk | |
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 | |
Changes
Modified src/0dev.org/bits/bits.go from [3a25035ac5] to [7a154cae58]. [diff]
Modified src/0dev.org/bits/bits_test.go from [b5ed7a9a33] to [255f42be62]. [diff]