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
Hi,
You could pass the parameter to the advanced api but the number of strings are limited to the number of strings already defined.
So you could choose those strings that do not give much compression with unishox and let the other strings be compressed with the algorithm.
---- On Sat, 07 Dec 2024 09:22:58 +0530 ***@***.*** wrote ----
I have been using Unishox2 in my project for a while.
Recently, I want to add some custom words in USX_FREQ_SEQ_DFLT .
However, it seems not working at all when I add something more in the const
array, and there is no instruction document available.
I simply write like this:
static const char *USX_FREQ_SEQ_DFLT[] = {"\": \"", "\": ", "
So, I am sincerely asking how I can properly add some custom text into the
array, so the given text could be compressed more efficiently.
Thanks for reviewing and answering my question.
—
Reply to this email directly, view it on
GitHub[#62], or
unsubscribe[https://github.com/notifications/unsubscribe-auth/ADDCTHDVF44QIYCA6SX44D32EJWJVAVCNFSM6AAAAABTFZ7SW6VHI2DSMVQWIX3LMV43ASLTON2WKOZSG4ZDIMZRGM3TGNY].
You are receiving this because you are subscribed to this thread.Message ID:
I have been using Unishox2 in my project for a while.
Recently, I want to add some custom words in USX_FREQ_SEQ_DFLT .
However, it seems not working at all when I add something more in the const array, and there is no instruction document available.
I simply write like this:
So, I am sincerely asking how I can properly add some custom text into the array, so the given text could be compressed more efficiently.
Thanks for reviewing and answering my question.
The text was updated successfully, but these errors were encountered: