public
Description: PPM (Predict by Partial Matching) compression algorithm implementation for Python
Homepage:
Clone URL: git://github.com/pluskid/pyppm.git
pyppm /
name age message
file .gitignore Wed Aug 27 05:37:36 -0700 2008 Arithmetic encoder added. [pluskid]
file README Mon Aug 25 02:50:25 -0700 2008 Initial commit [pluskid]
file arithmetic_decoder.h Sun Nov 02 22:44:29 -0800 2008 Added Python interface to pyppm. [pluskid]
file arithmetic_encoder.h Sun Nov 02 22:44:29 -0800 2008 Added Python interface to pyppm. [pluskid]
file buffer.h Sun Nov 02 22:44:29 -0800 2008 Added Python interface to pyppm. [pluskid]
file config.h Mon Sep 01 15:33:19 -0700 2008 Now encode/decode big file without problems. -... [pluskid]
file io_adapter.h Sun Nov 02 20:25:58 -0800 2008 Added dump & load support for PPMModel. [Zhang Chiyuan]
file ppm_model.h Sun Nov 02 20:25:58 -0800 2008 Added dump & load support for PPMModel. [Zhang Chiyuan]
file pyppm.cpp Sun Nov 02 22:49:22 -0800 2008 Fixed the bug of core dump when exiting Python. [pluskid]
file setup.py Sun Nov 02 22:44:29 -0800 2008 Added Python interface to pyppm. [pluskid]
file slab_allocator.h Tue Sep 02 21:49:28 -0700 2008 Improved the performance of slab allocator. Do... [pluskid]
file test.cpp Mon Nov 03 08:51:29 -0800 2008 Removed the model dump code in test.cpp. [pluskid]
file trie.h Sun Nov 02 22:44:29 -0800 2008 Added Python interface to pyppm. [pluskid]
README
pyppm is a PPM (Predict by Partial Matching) compression algorithm 
implementation library for Python.