A STUDY OF RECORD PACKING METHODS
Abstract
The standard methods for packing records in languages such as PASCAL is either to not pack them, or to pack fields in the order of their occurrence, respecting word boundaries. This paper compares these two techniques with three other possible packing methods for time spent and for space saved.
Description
Keywords
Computer Science