manage
manage copied to clipboard
Add support for libyaml
In this page http://pyyaml.org/wiki/PyYAMLDocumentation
There is some explanation on how to add support to LibYAML which is written in C and is faster.
So it is needed to change the code to use proper Loader and Dumper depending on YAML implementation installed.