I find this feature quite useful in the context of my recent projects where I have to maintain a strict layout of structs for memory footprint and cache hit optimizations.
For now I've been doing this manually. Today I accidentally come across this library and be inspired to make this suggestion:
https://github.com/SergeyTeplyakov/ObjectLayoutInspector
I find this feature quite useful in the context of my recent projects where I have to maintain a strict layout of structs for memory footprint and cache hit optimizations.
For now I've been doing this manually. Today I accidentally come across this library and be inspired to make this suggestion:
https://github.com/SergeyTeplyakov/ObjectLayoutInspector