0
I Use This!
Inactive

Commits : Listings

Analyzed 30 minutes ago. based on code collected about 15 hours ago.
Aug 13, 2025 — Aug 13, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Removed the model dump code in test.cpp. More... almost 18 years ago
Fixed the bug of core dump when exiting Python. More... almost 18 years ago
Added Python interface to pyppm. More... almost 18 years ago
Added dump & load support for PPMModel. More... almost 18 years ago
Make PPMModel a component of the encoder/decoder. More... almost 18 years ago
Removed the old python codes. More... almost 18 years ago
Make buffer and trie simple class instead of template. More... almost 18 years ago
Added cache for updating model. More... almost 18 years ago
Improved the performance of slab allocator. More... almost 18 years ago
Added slab allocator for trie node. More... almost 18 years ago
Cached the buffer base position to speed up buffer accessing. More... almost 18 years ago
Now encode/decode big file without problems. More... almost 18 years ago
Scale the model when exceed max_frequency. More... almost 18 years ago
Fixed the bug of updating TRIE model. More... almost 18 years ago
Fixed bug on bulk bit output. More... almost 18 years ago
Fixed the bug on creating the TRIE. More... almost 18 years ago
Added io adapter. More... almost 18 years ago
Fixed the bug of improperly encoding EOF_symbol. More... almost 18 years ago
Omit the ESC emitting when context not match to reduce the bits emitted. More... almost 18 years ago
Fixed a bug of trie update_model. More... almost 18 years ago
Fix a bug of trie decoding. More... almost 18 years ago
It seems that encoding and decoding are both OK now. More... almost 18 years ago
Update all contexts when a symbol is encoded. More... almost 18 years ago
Fixed the bug of not updating the model when encoding/decoding. More... almost 18 years ago
Added code to handle the 0th level context. More... almost 18 years ago
Encoding seems to be OK. More... almost 18 years ago
Fixed a typo of "threshold". More... almost 18 years ago
The code now compiles. More... almost 18 years ago
Encoding and decoding roughly finished. More... almost 18 years ago
Added decoding skeleton. More... almost 18 years ago