I did some comparison here: https://github.com/itchingpixels/structs-vs-classes and it seems like inserting a struct into an array of structs is 10x slower than inserting a class to an array of classes (with the same data).
Is something wrong with my tests?
What could be the reason of this? or.. is this expected?