I had problems w.r.t. performance of Marshal.dump in one of my
applications, so I tested if it was *that* better to dump objects by sets
instead of one by one. The results are here:
Thanks for sharing this, it is also very comforting to know that for
an application that does few things but *fast* Ruby still seems fast
enough
Salut
Robert
···
On 5/5/07, Sylvain Joyeux <sylvain.joyeux@polytechnique.org> wrote:
I had problems w.r.t. performance of Marshal.dump in one of my
applications, so I tested if it was *that* better to dump objects by sets
instead of one by one. The results are here: