Closed Arneball closed 5 years ago
After this commit, vendor-product-tuples are stored as longs internally. This way heap size is conserved and specialized classes are omitted.
This might not be a big deal desktop applications, but for Android, every bit counts.
The public api is unchanged
Added test to verify that things did not break
Hi @Arneball Thank you very much for this PR! Looks real cool. I will check it out next weekend
After this commit, vendor-product-tuples are stored as longs internally. This way heap size is conserved and specialized classes are omitted.
This might not be a big deal desktop applications, but for Android, every bit counts.
The public api is unchanged
Added test to verify that things did not break