49 check-ins occurring around c7c8d6445fad8e8f.
2015-09-22
| ||
09:14 | [1e328bcd88] Leaf: imgui design notes additions (user: spaskalev tags: trunk) | |
06:54 | [4d1ed64397] added design notes for imgui (user: spaskalev tags: trunk) | |
2015-09-09
| ||
22:22 | [bc1a46b4d9] initial imgui api ideas (user: spaskalev tags: trunk) | |
2015-04-06
| ||
19:20 | [87e5dc43ff] sync tbd (user: spaskalev tags: trunk) | |
2015-03-19
| ||
20:51 | [61937abf4c] Added parse.Digit and a test (user: spaskalev tags: trunk) | |
20:40 | [b37c997693] Added a test for parse.Defer (user: spaskalev tags: trunk) | |
20:36 | [893c36d683] Added a string matching parser. (user: spaskalev tags: trunk) | |
20:17 | [061baeefcb] A simple parser combinator library (user: spaskalev tags: trunk) | |
2015-01-26
| ||
23:02 | [bca8ee3e12] full dep traversal in the collecting handler (user: spaskalev tags: trunk) | |
21:32 | [3861ae4c57] Added missing depends interation in the collecting handler (user: spaskalev tags: trunk) | |
20:40 | [96db071674] Added tbd.slide as well (user: spaskalev tags: trunk) | |
20:30 | [61b0c5b57a] Added tbd from gophergala/tbd :) (user: spaskalev tags: trunk) | |
2015-01-14
| ||
20:46 | [3ea011cf07] Use for range in mtf's encoder for the position table. (user: spaskalev tags: trunk) | |
2015-01-11
| ||
08:44 | [90877fa64f] Switched encoding/fibonacci.Encoder back to using a 2-bytes array as a preallocated write buffer. It seems that it otherwise escapes everytime and calls a causes a lot of allocations and subsequent gc work. (user: spaskalev tags: trunk) | |
2015-01-10
| ||
21:28 | [5c9c0a2164] encoding/mtf optimizations (user: spaskalev tags: trunk) | |
2015-01-04
| ||
16:45 | [9ded78a659] Use a lookup table for fibonacci's encoding of bytes. (user: spaskalev tags: trunk) | |
12:52 | [6bd6e6d5c7] commands/mtf now uses fibonacci representation when encoding (user: spaskalev tags: trunk) | |
12:24 | [470d7e947b] encoding/mtf.Encoder now returns an io.Reader. This allows to encoding in place without allocating buffers. (user: spaskalev tags: trunk) | |
2015-01-02
| ||
17:55 | [783d0b7f51] update the copyright notice for 2015 (user: spaskalev tags: trunk) | |
14:35 | [98661a7373] Minor optimizations to fibonacci.Encoder (user: spaskalev tags: trunk) | |
2015-01-01
| ||
15:19 | [cb736e7ad3] [fibonacci] renamed Writer->Encoder, Reader->Decoder. [mtf] moved package mtf to encoding\mtf (user: spaskalev tags: trunk) | |
15:12 | [f1a8d5baa9] Use a common fibonacci number source for each encoder and decoder. Dropped the two-bytes buffer from the encoder struct. (user: spaskalev tags: trunk) | |
14:11 | [4b9f9bff39] Initial implementation and test of fibonacci.Reader(io.Reader) io.Reader that decodes bytes encoded from fibonacci.Writer(..). CC at 97.5% (user: spaskalev tags: trunk) | |
06:34 | [ea97951fcd] Fixed Decode's length return and added a test for it. Reduce encoder's buffer to 2 bytes. CC at 98.3% (user: spaskalev tags: trunk) | |
05:30 | [c7c8d6445f] Added a proper test for fibonacci.Writer that writes 0-255, converts the resulting bits to a string and compares against the result of Numbers.Code for each value. (user: spaskalev tags: trunk) | |
04:58 | [93fcb281a1] Added fibonacci.Writer(io.Writer) io.Writer that encodes bytes. (user: spaskalev tags: trunk) | |
2014-12-30
| ||
22:59 | [ffb139e305] Dropped the Nth method and return a populated slice by fibonacci.New(size). Changed all access to direct indexing. CC at 100% (user: spaskalev tags: trunk) | |
15:01 | [9f5054e305] Minor opmitization to fibonacci's decoding. Changed plaindiff to show line numbers starting from 1. (user: spaskalev tags: trunk) | |
14:03 | [7a1684ea05] Added encoding/fibonacci (cc: 100%) (user: spaskalev tags: trunk) | |
2014-12-28
| ||
18:06 | [c07658474d] [mtf] Removed :to indices from copy(..) destinations. (user: spaskalev tags: trunk) | |
17:19 | [00c4e0e448] Integrate ioutil.ReadByte from the bpe branch into trunk. (user: spaskalev tags: trunk) | |
17:16 | [4fe28f11ac] Closed-Leaf: Closing the branch, this particular implementation is unfruitfull :) (user: spaskalev tags: bpe) | |
15:54 | [a06f897887] a testable bpe implementation that encodes and decodes in a single execution (user: spaskalev tags: bpe) | |
15:21 | [7733ef9df8] bpe encoding flow implementation (user: spaskalev tags: bpe) | |
14:14 | [879630c89c] Added 0dev.org/ioutil.ReadByte() function and a test for it. CC at 100% (user: spaskalev tags: bpe) | |
13:57 | [0083d7bfee] Added a symbol-to-pair replacing reader in for the bpe (user: spaskalev tags: bpe) | |
12:44 | [a64b9a1ac3] Adding swaps recommendation for the bpe. (user: spaskalev tags: bpe) | |
11:33 | [7f9a25c94d] Adding initial pieces of a prototype byte pair encoder (user: spaskalev tags: bpe) | |
2014-12-26
| ||
21:35 | [129d90b4a8] Added 0dev.org/types, providing aliases that implement sort.Interface for [u]int{8|16|32|64} (user: spaskalev tags: trunk) | |
16:02 | [e72b637df4] Initial implementation of commands/mtf (based on commands/pdc) (user: spaskalev tags: trunk) | |
15:50 | [ad5c25d9ab] Initial implementation of package mtf - a move-to-front transform. (user: spaskalev tags: trunk) | |
2014-12-25
| ||
08:48 | [f06f8cd058] Allocate the predictor's decompression buffer per Read call. (user: spaskalev tags: trunk) | |
01:25 | [2b1ed8e45e] Removed pdc's output buffer when decompressing as io.Copy uses a sufficiently-large buffer internally. (user: spaskalev tags: trunk) | |
00:55 | [4dfcff962c] Predictor's compressor and decompressor structures now implement io.Writer/io.Reader in order to deal away with function indirection but they do not follow the required semantics. Those are provided by the SizedWriter/SizedReader wrappers returned by the constructor functions. (user: spaskalev tags: trunk) | |
00:43 | [50507bd510] Extracted predictor's compressor and decompressor code into separate structs that embed Sized{Writer,Reader} (user: spaskalev tags: trunk) | |
00:26 | [46da7a6ae9] Extracted SizedWriter to a sizedWriter struct with a Write() method. (user: spaskalev tags: trunk) | |
2014-12-24
| ||
23:58 | [2cec92909f] 0dev.org/ioutil/SizedReader is now as fast as bufio.Reader if not faster for a buffer of 4096 bytes. Switched pdc to use it for decompression buffering and removed profiling code from the former (user: spaskalev tags: trunk) | |
23:45 | [b703c38e0b] Extracted SizedReader to a sizedReader type with a Read() method. Closures seem to be slower in Go 1.4 and there is no real need for SizedReader to be a closure. (user: spaskalev tags: trunk) | |
23:33 | [701ac713de] Made SizedReader faster by keeping explicit buffer indices. (user: spaskalev tags: trunk) | |