Commit Graph

4 Commits

Author SHA1 Message Date
3eca7eae25 Take data reading out of the data tree parser.
It's now the responsibility of the caller to feed the parser
data as needed.
2020-05-01 16:08:37 +09:00
7f1b1d2382 Fixed silly bug in data tree parser. 2020-05-01 16:08:37 +09:00
1f4947e895 Data tree parser: only read more data when needed.
Before this, it would eagerly load more data on every call, which
defeats the whole point.
2020-05-01 16:08:37 +09:00
ccd7e141fb First implementation of a streaming parser for the data tree format. 2020-05-01 16:08:37 +09:00