You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
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?
The text was updated successfully, but these errors were encountered: