History of file src/0dev.org/predictor/predictor_test.go at check-in 93fcb281a19a20c4
2014-12-24
| ||
21:40 | Fixed SizedWriter behavior so that it follows io.Writer's Write(...) contract. Added more tests for 100% CC on the ioutil package. Predictor's compressor now uses SizedWriter and no longer has to do any internal buffering. file: [0fb2d9a4c8] check-in: [e1778aba98] user: spaskalev, branch: trunk, size: 3665 [annotate] [blame] [check-ins using] [diff] | |
2014-12-23
| ||
14:27 | minReader fixes file: [d9c16d84c9] check-in: [4195e7817d] user: spaskalev, branch: trunk, size: 3636 [annotate] [blame] [check-ins using] [diff] | |
2014-12-21
| ||
23:24 | The decompressor now tries to fill in the whole output buffer in a single call. file: [0dde784b22] check-in: [1f73d90f65] user: spaskalev, branch: trunk, size: 3634 [annotate] [blame] [check-ins using] [diff] | |
2014-12-19
| ||
21:54 | Implemented commands/pdc using predictor. Made predictor's Compressor(...) return an io.Writer. file: [dd11cf49de] check-in: [c9f3a59cb6] user: spaskalev, branch: trunk, size: 3578 [annotate] [blame] [check-ins using] [diff] | |
2014-12-16
| ||
22:56 | Reworked the compressor's buffering code, switched to table testing, add step testing for the compressor. Code coverage at 88.3% file: [73a8f932ed] check-in: [1847f77062] user: spaskalev, branch: trunk, size: 3542 [annotate] [blame] [check-ins using] [diff] | |
16:04 | Removed goto from predictor's compressor, added more tests that invoke both compress/decompress file: [717a9810a3] check-in: [10013ae789] user: spaskalev, branch: trunk, size: 3402 [annotate] [blame] [check-ins using] [diff] | |
04:03 | Fixed issues with both compressor and decompressor, added more tests file: [0cbbd433d4] check-in: [b838653282] user: spaskalev, branch: trunk, size: 2367 [annotate] [blame] [check-ins using] [diff] | |
01:55 | Added hamming weight lookup table for bytes in package bits. Added a PoC predictor decompressor implementation file: [05441cad24] check-in: [60ca5b4b7b] user: spaskalev, branch: trunk, size: 1475 [annotate] [blame] [check-ins using] [diff] | |
2014-12-15
| ||
21:22 | Added: Added diff.D struct; Added an RFC1978 Predictor compressor implementation and a test file: [f542b34031] check-in: [67794bdf14] user: spaskalev, branch: trunk, size: 1155 [annotate] [blame] [check-ins using] | |