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

Android fork #20

Open
Albul opened this issue Jan 10, 2020 · 1 comment
Open

Android fork #20

Albul opened this issue Jan 10, 2020 · 1 comment

Comments

@Albul
Copy link

Albul commented Jan 10, 2020

It seems your library preaty good in performance and size consumption. But it is not suitable for android use. As it uses java 9+ features and have huge methods footprint, which is critical for android.
I was wondering if it possible to create fork optimazied for android use with fewer collections. Is it allowed by the License?

@brianburton
Copy link
Owner

The license would certainly allow you to do a fork. I'm interested to see where you end up with that. I assume you want to remove collections you don't need and take out the streams and other 1.8+ features. Are you also planning to reduce the number of methods in the interfaces then?

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