Implementation and Testing of GBDI Memory Compression Algorithm
Files
TR Number
Date
2023-05-15
Authors
Journal Title
Journal ISSN
Volume Title
Publisher
Abstract
This project aims to implement and test a lossless memory compression technique called GBDI (Global Base-Delta-Immediate) using C. GBDI compresses data by only storing the difference (deltas) between the global base value and the actual values in the memory block and is an extension of the BDI memory compression algorithm. GBDI enables high compression ratios and low decompression latencies, which can improve memory bandwidth and performance. The project involves implementing the GBDI compressor and decompressor, evaluating their performance on C++ and Java benchmarks and comparing them to the results the authors have shown.
Description
Keywords
Memory Architecture, Memory Compression