-
Notifications
You must be signed in to change notification settings - Fork 583
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
Reduce method count #354
Comments
I agree. I never liked Guava for that one reason. :) Will try to remove the dependency. |
Any news on this matter? :) |
@satyan I think this could help - mttkay/ignition#23 |
@dnalves MapMaker is used for Cache, but it is kind of deprecated |
fixed using #437 |
I have problem, guys... I'd like to get a value from a table. If the column does not contain any value, then I am going to insert one. So I need getCount in my case. |
@isdzulqor you can use method count of SugarRecord |
Due to the dependency on Guave, the method count of SugarORM has increased dramatically
Suggestion to remove dependency on Guava as this has too big of an impact on the method footprint of sugar DB.
My app with SugarORM 1.4
DEX COUNTS *
44314 (there are still 16222 references to burn...) *
My app with SugarORM 1.3
DEX COUNTS *
29923 (there are still 30613 references to burn...) *
My app without SugarORM
DEX COUNTS *
29739 (there are still 30797 references to burn...) *
The text was updated successfully, but these errors were encountered: