Tytuł pozycji:
Predykcyjno-substytucyjna metoda kompresji danych w praktyce programowania
Data compression is an art of reducing the quantity of transmitted and stored data. Its implementation in software helps to improve software usefulness. One of the most promising data compression methods is the predictive-substitutional. This paper discusses the circumstances that make it advisable to implement data compression in the software being developed, the ways to implement data compression, the most popular universal data compression methods, and the advantages of using the predictive-substitutional data compression method over other available solutions.