http://qs1969.pair.com?node_id=962547


in reply to How do you clone a data structure?

Data::Clone is the speed king, as of today (see its benchmark dir). It looks great.

Clone::Fast is development since Clone.

Data::COW's idea is interesting.