how to compile the beta?
make g++ -std=c++11 -O0 -g -I. -o ../u3b unishox3.cpp ../test_unishox3_beta.cpp -lmarisa In file included from unishox3.cpp:35: unishox3.h:86:10: fatal error: ../../madras-trie/src/madras_dv1.hpp: No such file or directory 86 | #include "../../madras-trie/src/madras_dv1.hpp" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. cc1plus: fatal error: ../test_unishox3_beta.cpp: No such file or directory compilation terminated. make: *** [Makefile:8: default] Error 1
-
how to make this Beta compression available for js / wasm?
-
can u pls provide a way to predefine customized compression stuff like for email e.g. @gmail.com @hotmail.com @yahoo.com etc etc so it can be more compressed for the Beta version.
-
production ready?
-
possible to do one preset "17" for email addresses?
- I have not gone this way so far so I don't know.
- You could use the
usx_freq_seqparameter for this purpose. - Unishox3 beta is not production ready. Waiting to make it give better compression ratio.
- I did not add a preset for email addresses because there can be so many common addresses. So you could use the answer for (2) above.