dyaml/doc/html
Ferdinand Majerech 2c9d464389 Reader was reimplemented.
After experiments with loading the whole file at once, and
with decoding and parsing in separate thread, lazy reader
turned to be the fastest/least memory intensive solution.
Characters are now decoded in small batches.
This improved parsing speed by ~20%.

No global state anymore. Anchors are now zero terminated strings
and TagDirectives are a simple array. Event structure was changed
to prevent size increase.
Minor fixes and improvements.
2011-11-16 03:10:29 +01:00
..
_sources Updated Representer API doc, minor documentation changes. 2011-10-29 20:43:30 +02:00
_static Updated the API documentation. 2011-10-14 10:34:53 +02:00
api Reader was reimplemented. 2011-11-16 03:10:29 +01:00
articles Reader was reimplemented. 2011-11-16 03:10:29 +01:00
tutorials Reader was reimplemented. 2011-11-16 03:10:29 +01:00
.buildinfo Bumped version strings to 0.3 so it won't get forgotten later. 2011-10-18 21:46:05 +02:00
index.html Reader was reimplemented. 2011-11-16 03:10:29 +01:00
objects.inv Bumped version strings to 0.3 so it won't get forgotten later. 2011-10-18 21:46:05 +02:00
search.html Reader was reimplemented. 2011-11-16 03:10:29 +01:00
searchindex.js Updated Representer API doc, minor documentation changes. 2011-10-29 20:43:30 +02:00