|
|
|
|
|
by flohofwoe
41 days ago
|
|
Are there any programming languages which change the data layout beyond naively sorting struct members by alignment? (which at best helps with reducing padding bytes but can be either good or bad for performance, depending on the code which accesses the data). |
|