“…Over the past decades, a large corpus of different algorithms has evolved [2,[6][7][8]10]. Generally, lightweight integer compression algorithms employ a subset of the following five fundamental techniques: frame-of-reference (FOR) [12,13], delta coding (DELTA) [7,14], dictionary compression (DICT) [2,13], run-length encoding (RLE) [2,14,15], and null suppression (NS) [2,7,14]. While FOR and DELTA depict each value as the difference between a specified reference value (FOR) or its predecessor value (DELTA) respectively, DICT substitutes each value with a dictionary's unique key.…”