DeepCloner 0.10.3
Small Library for fast deep or shallow cloning .NET objects. It allows to copy everything and has a lot of performance tricks for fast copying.
Showing the top 20 packages that depend on DeepCloner.
Custom dictionary implementation for faster reference counting (and faster cloning) Excluded DBNull from cloning Rewrited code for more correct cloning of objects forbidden for cloning (mainly for Shallow cloning) Better handling for stucts casted to object Increased speed for cloning simple tuples Added some protection for parallel cloning objects with readonly fields Optimized copying readonly fields for .net core Fixed copying multi-dim arrays with 0-length of some dimension 2-dim arrays were processed by generic (non-optimized) way