0
I Use This!
Inactive

Commits : Listings

Analyzed about 21 hours ago. based on code collected about 24 hours ago.
Apr 19, 2023 — Apr 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
code cleanup, only generate text files in verbose mode
Vero1979
as Andreas Gal
More... over 11 years ago
poorly compressed but working implementation
Vero1979
as Andreas Gal
More... over 11 years ago
remove huffman compression, things are fast again
Vero1979
as Andreas Gal
More... over 11 years ago
finish huffman coded lookup, looks like this is too slow
Vero1979
as Andreas Gal
More... over 11 years ago
revert accidental commit
Vero1979
as Andreas Gal
More... over 11 years ago
remove unnecessary EOL symbol
Vero1979
as Andreas Gal
More... over 11 years ago
remove unnecessary EOL symbol
Vero1979
as Andreas Gal
More... over 11 years ago
improve compression ratio
Vero1979
as Andreas Gal
More... over 11 years ago
don't compress prefixes, doesn't buy us much and makes us needlessly slow
Vero1979
as Andreas Gal
More... over 11 years ago
with huffman encoding we can easily use the full dictionary
Vero1979
as Andreas Gal
More... over 11 years ago
emit the huffman table so we can actually decode the dictionary
Vero1979
as Andreas Gal
More... over 11 years ago
fix offset encoding
Vero1979
as Andreas Gal
More... over 11 years ago
use a defaultdict
Vero1979
as Andreas Gal
More... over 11 years ago
add code to generate compressed dictionary
Vero1979
as Andreas Gal
More... over 11 years ago
undo removal of 's More... over 11 years ago
combine entry for X and X's; saves 5% More... over 11 years ago
ignore words with frequency 1; saves 12% More... over 11 years ago
do not save 's in .i; saves 7% More... over 11 years ago
do not include prefix in the value list; shrinks .i by 30% More... over 11 years ago
allow argument in running predict.js More... over 11 years ago
fix tabs/spaces More... over 11 years ago
remove need for gawk More... over 11 years ago
added source
Vero1979
as Andreas Gal
More... over 11 years ago
add wordlists
Vero1979
as Andreas Gal
More... over 11 years ago
Initial commit
Vero1979
as Andreas Gal
More... over 11 years ago