Skip to content

0.10.3

Compare
Choose a tag to compare
@force-net force-net released this 20 Oct 19:31
· 5 commits to develop since this release

This release contains some improvements and bug fixes.

  • Custom dictionary implementation for faster reference counting (and faster cloning)
  • Excluded DBNull from cloning
  • Rewrote code for more correct cloning of objects forbidden for cloning (mainly for Shallow cloning)
  • Better handling for structs casted to object
  • Increased speed for cloning simple tuples
  • Added some protection for parallel cloning objects with read-only fields
  • Optimized copying read-only 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