-
-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compress and decompress misc json file with snappy compression #102
Comments
Hey @ntedgi, if nobody is working on this, is it okay if I give it a shot? (I am not particalurly well-versed in machine learning, but this seems like something I might be able to help with) But just to confirm - this is to compress the language files found here. Then decompress the specific language that is specified by the "locale" key in the result object? |
Go for it thanks |
@ntedgi anyone currently working on this, if not can i pick up this issue? |
Go for it |
Hey @ntedgi Can I pick up this issue if its not resolved yet? |
I have replaced the json translation files with compressed binary-s (using snappy), and the code is working fine while decompressing the lang file at runtime. |
|
Means, I need to change the remote model url to localModelRootDirectory , right? Then after merging with main branch, change it back to the original url? |
Correct
…On Mon, 6 Mar 2023 at 20:46 Sanandita Das ***@***.***> wrote:
- Update remote files links to the relative path at your working branch
- fix the falling test
- after test pass and mearge to master
- Change test files to relative path at 'main' branch
Means, I need to change the remote model url to *localModelRootDirectory*
, right? Then after merging with main branch, change it back to the
original url?
—
Reply to this email directly, view it on GitHub
<#102 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHOL4EK2RLC3J3MRMMKT45LW2YWJBANCNFSM6AAAAAARCTHLQ4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
After adding a lot of translations files the package size increase to ~600KB .
We need to compress to json file and to decompress them at runtime i prefer using snappy compression
then when loading a specific language provider we only decompress is language misc file
The text was updated successfully, but these errors were encountered: