-
Notifications
You must be signed in to change notification settings - Fork 173
Remove unneeded files from gem package #228
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
Conversation
Reduces the alpine image from 46M to 41M. yajl parts can be removed if/when brianmario/yajl-ruby#228 is merged and released.
Reduces the alpine image from 46M to 41M. yajl parts can be removed if/when brianmario/yajl-ruby#228 is merged and released. Signed-off-by: Orgad Shaneh <[email protected]>
|
@jhawthorn ping |
Reduces the alpine image from 46M to 41M. yajl parts can be removed if/when brianmario/yajl-ruby#228 is merged and released. Signed-off-by: Orgad Shaneh <[email protected]>
Reduces the alpine image from 46M to 36M, and debian image from 210M to 195M. yajl parts can be removed if/when brianmario/yajl-ruby#228 is merged and released. Signed-off-by: Orgad Shaneh <[email protected]>
|
ping |
|
At this point we should consider this a legacy gem, you could just use JSON and get better performance, so I'm reluctant to merge. This change has a danger of adding unwanted and uncommitted files. The gem also looks to be of a reasonable size. |
yajl is much slower than json nowadays. See 1d5b0de and maintainer comment in brianmario/yajl-ruby#228.
yajl is much slower than json nowadays. See 1d5b0de and maintainer comment in brianmario/yajl-ruby#228. Signed-off-by: Orgad Shaneh <[email protected]>
yajl is much slower than json nowadays. See 1d5b0de and maintainer comment in brianmario/yajl-ruby#228. Signed-off-by: Orgad Shaneh <[email protected]>
|
What do you mean by "reasonable size"? The packed gem is 500K, and the extracted files are 4.2M. Stripping all but ext and lib leaves 540K, which is 87% less! How about running |
yajl is much slower than json nowadays. See 1d5b0de and maintainer comment in brianmario/yajl-ruby#228. Signed-off-by: Orgad Shaneh <[email protected]>
No description provided.