Ever compare YAML::Parser::Syck?
http://whytheluckystiff.net/syck/
Syck's supposed to be some pretty hot stuff, but I haven't compared Syck and YAML.pm directly...
On Mar 31, 2005, at 1:56 PM, [EMAIL PROTECTED] wrote:
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