You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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?
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
The text was updated successfully, but these errors were encountered: