From: Roger Pack Date: 2010-08-22T04:37:17+09:00 Subject: Re: YAML::dump slow > Anyone have any ideas how to speed up the creation of the YAML file or > why there is such an asymmetric amount of time for YAML::dump and > YAML::load? A couple ideas: do a custom yaml dump by hand, or use Marshal. -- Posted via http://www.ruby-forum.com/.