Skip to content
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

Add method count for Android developers #10

Closed
vaughandroid opened this issue Nov 2, 2016 · 3 comments
Closed

Add method count for Android developers #10

vaughandroid opened this issue Nov 2, 2016 · 3 comments

Comments

@vaughandroid
Copy link

Android has a 64k method limit, so a lot of Android developers take method count into consideration when choosing libraries.

As this library appears to be pretty compact (especially compared to some of the bloat-ridden alternatives like Guava) highlighting the method count might encourage more use by Android developers.

@andrewoma
Copy link
Owner

Hi Chris, I'm happy to add the number to the readme if you calculate it. I don't have the android tool chain handy to generate a dex file to get an official count.

@vaughandroid
Copy link
Author

Here's the results I get from the dexcount plugin:

  • 'com.github.andrewoma.dexx:collection:0.6' = 1036 methods
  • 'com.github.andrewoma.dexx:kollection:0.6' = 1213 methods

@andrewoma
Copy link
Owner

Thanks, I've added the counts to the README

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants