dyaml/doc/html/api
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
..
css Initial commit. 2011-08-16 14:53:13 +02:00
images Initial commit. 2011-08-16 14:53:13 +02:00
dyaml.constructor.html Fixed a documentation bug. 2011-10-29 21:57:36 +02:00
dyaml.dumper.html Reader was reimplemented. 2011-11-16 03:10:29 +01:00
dyaml.encoding.html Fixed a documentation bug. 2011-10-29 21:57:36 +02:00
dyaml.exception.html Fixed a documentation bug. 2011-10-29 21:57:36 +02:00
dyaml.linebreak.html Fixed a documentation bug. 2011-10-29 21:57:36 +02:00
dyaml.loader.html Reader was reimplemented. 2011-11-16 03:10:29 +01:00
dyaml.node.html Updated Node for much more constness (unfortunately, quite some 2011-10-30 18:12:02 +01:00
dyaml.representer.html Reader was reimplemented. 2011-11-16 03:10:29 +01:00
dyaml.resolver.html Fixed a documentation bug. 2011-10-29 21:57:36 +02:00
dyaml.style.html Fixed a documentation bug. 2011-10-29 21:57:36 +02:00
index.html Fixed a documentation bug. 2011-10-29 21:57:36 +02:00