google / hat-backup

Backend-agnostic snapshotting backup system
Apache License 2.0
252 stars 39 forks source link

Extermination of superfluous calls to .clone() #25

Open TethysSvensson opened 8 years ago

TethysSvensson commented 8 years ago

There should supposedly be many unnecessary calls to .clone(). Some of them should be removable directly while some could be removed by restructuring a few APIs.