Информационный сервер для программистов: Исходники со всего света. Паскальные исходники со всего света
  Powered by Поисковый сервер Яndex: Найдется ВСЁ!
На Главную Pascal Форум Информер Страны мира
   Архивы и Архиваторы    >>    lrupas
   
 
 LRUPas - LRU Compression Method  Vincent Berghe 25.06.90

Две программы для сжатия/распаковки файла методом LRU.
Two programs to compress and decompress files with LRU data compression method.



7k 
 

This archive contains a revised implementation of James Storer LRU data compression method. Originally, I downloaded PASLRU.ARC, which contained the same source code, but with some bugs in it. I did 3 things to the source code: 1. Removed the bugs 2. Altered some type definitions so that dictionnary sizes of > 4096 could be tolerated 3. Moved some definitions in other places, and rewrote some things so that the code compiles even when run time checking is on. You can compile the source code with turbo pascal. I found the LRU algorithm not superior to LHARC 1.13c, but slightly faster. This is not industrial strength code, but the bugs have been eliminated. I can be reached by the original uploader. (Johnny Penet) Enjoy. Vincent Van Den Berghe Jordaenstraat 3 8510 Kortrijk-Marke BELGIUM