RSS | Module Info | Add a review of Data-Clone
Data-Clone
(0.001)
I've never encountered difficulty in cloning data structures in Perl, usually I just use Clone or sometimes Storable's freeze + thaw (the later does not yet support cloning Regexp objects out of the box).
However, I like Data::Clone for its speed! It's several times faster than Clone or freeze+thaw. So hats up. Planning to use Data::Clone in future projects.
Now if we can convince Goro to write a fast serializer/deserializer with compact output (essentially, a faster version of Storable), that would be even nicer :-)
Steven Haryanto - 2010-09-23T03:10:21 (permalink)
2 out of 2 found this review helpful.
Was this review helpful to you?
Yes
No
1 hidden unhelpful review

