0
I Use This!
Inactive

Commits : Listings

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