issues
search
mitiko
/
BWDPerf
BWD stands for Best Word Dictionary as it has the ability to be an optimal dictionary coder.
https://mitiko.github.io/BWDPerf
GNU General Public License v3.0
0
stars
1
forks
source link
Use re-counting
#23
Closed
mitiko
closed
3 years ago
mitiko
commented
3 years ago
Changes:
use LCP array to make counting easier (less prone to errors in my own code)
remove the s token (it adds too much complexity and is actually an overhead to compression)
re-count words instead of counting all of them all over
Changes: