Data structure alignment: Difference between revisions

Content deleted Content added
No edit summary
provide context in introduction
Line 1:
{{context}}
 
'''Data structure alignment''' is the way [[Data (computing)|data]] is arranged and accessed in [[computer memory]]. Alignments are chosen as some compromise between the conflicting goals of maximum efficiency with which the hardware may access the data and minimum space used to store the data. This compromise is a form of [[space-time tradeoff]].
 
== Definitions ==