
4 Dec
2024
4 Dec
'24
8:07 p.m.
Ivan Matek wrote:
Would in theory would it be possible to detect those regions with Describe and fuse the append calls?
It is in theory, but in practice you'd see much bigger gains if you make sure your class has no padding and mark it as trivially equality comparable. vector<MyStruct>, for example, will then use a single update call for the entire element array.