RobustToolbox
RobustToolbox copied to clipboard
NetMessages allocate a lot
https://github.com/space-wizards/RobustToolbox/pull/4582 is a bandaid but ideally we would just have stackalloced Span
Also realistically we probably need to pass in the netmessage directly to PVS for writing comp states probably which would also avoid boxing the componentstate structs among other things.