Clone extension method library. Performs fast, deep or shallow clone using simple assignment operations generated by Expression Tree runtime code compilation.
Apache License 2.0
115
stars
30
forks
source link
Very simple and primitive benchmarking using BenchmarkDotNet #23
Just benchmarks CloneExtensions. No comparison with other solutions (hand-crafted code, BinarySerializer, JsonConvert, MemberwiseClone, etc.). That will have to be in a separate change.
Just benchmarks CloneExtensions. No comparison with other solutions (hand-crafted code,
BinarySerializer
,JsonConvert
,MemberwiseClone
, etc.). That will have to be in a separate change.Sample results: