add smaller data type to space-shrinking options

This commit is contained in:
Damian Gryski 2018-03-04 10:39:36 -08:00
parent 90dcb8b054
commit 4c3603c2d3

View File

@ -311,7 +311,7 @@ applicable for programs on modern hardware dealing with huge amounts of data.
* Rearrange your data
Eliminate padding. Remove extra fields.
Eliminate structure padding. Remove extra fields. Use a smaller data type.
* Change to a slower data structure