On 27-Mar-2005 Tim Cheadle wrote:
> I've had nothing but good experiences using YAML with Perl.

- YAML.pm is unacceptably slow : parsing a 87kb file on my computer
  (2.4Ghz) takes 2 seconds!
- YAML.pm is unstable.  Writing out a data ref, reading it back in
  should produce the same data in all cases.   YAML.pm doesn't in to many
  cases.
- YAML.pm can dump core if you through binary (ie 0x00-01f) data at it.

Had I time, I'd reimplement based on the BNF in
        http://yaml.org/spec/current.html

-Philip

Reply via email to