11 Commits over 0 Days - ∞cph!
Better timing logging for arrays of reference types
Added test case of large object reference networks
Better HasStructChanged logging, added HashSet<>.Slot as a safe generic struct
Special case for dictionaries of primitive types / strings
Added warning in case of an exception in HasStructChangedUncached
Timing data now shows which structs are deep copied
Added test case reproducing a case where a struct is wrongly deep copied
Made struct tests stricter
Fixed FieldTest5 finally :star:
Test for structs defined in a non-hotloaded assembly
Fixed arrays of structs defined in non-hotloaded assemblies always being deep copied
Early out for some struct array types
Added generic struct array test cases
Fix for known generic struct cases
Less robust safety check in HasStructChangedUncached
More robust safety check in HasStructChangedUncached
Started work on performance improvements for large struct arrays
Added verification that struct values are correct to performance test
Struct arrays are now block copied if the struct type is unchanged
Started work on performance improvements for large struct arrays
Added struct array performance test
Timing now counts each element in a struct array