issues
search
MarcinJuraszek
/
CloneExtensions
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
Create performance benchmark project
#4
Open
MarcinJuraszek
opened
10 years ago
MarcinJuraszek
commented
10 years ago
Other approaches to compare to:
XML serialization
Binary serialization
Reflection
NClone (
https://github.com/mijay/NClone
)
Other approaches to compare to: