From: Bill Kelly Date: 2005-07-21T16:45:22+09:00 Subject: YAML::Store - fast read, slow write Hi, I have a 635K YAML file I'm using as a flat file database with YAML::Store. It's taking about 13 seconds to do a #transaction on the file - but I was surprised to see that the file is loaded in 1 second, and that it takes 12 seconds to write the file back out. I installed syck-0.55 in case that might help, but the timing seems about the same. (Dunno exactly which syck version I had installed previously - it's whatever was built with stock 1.8.2.) Anyway I was wondering if the slow write speed was a known issue / expected behavior? I'm running it with -rprofile, but it's still going... I'll check the results of that when I get up tomorrow.... Regards, Bill