
Clone::fast is a perl module for quickly copying (cloning) arbitrary data structures. deep references in the structure will refer to the cloned data structure. it is similar in concept to storable's clone function, but is significantly faster since it doesn't need to convert data structures to and from a binary format.