tlog icon indicating copy to clipboard operation
tlog copied to clipboard

Split JSON encoding streams into forks

Open spbnick opened this issue 8 years ago • 0 comments

Split JSON encoding streams into two forks each: one for text and another for binary, each having the same interface and working with the dispatcher. This would also require changing the timing string format to have symmetric operations for reading/skipping and would actually make it simpler. This can also make stream implementations simpler and more self-contained, even though the actual code size would increase.

spbnick avatar Feb 26 '16 12:02 spbnick