https://github.com/felHR85/UsbSerial
Revision d8742925056c01c88e6f6aa38f254661a0441569 authored by Raul Bache on 18 February 2019, 13:35:41 UTC, committed by Raul Bache on 18 February 2019, 13:52:06 UTC
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
1 parent 37e5dfc
History
Tip revision: d8742925056c01c88e6f6aa38f254661a0441569 authored by Raul Bache on 18 February 2019, 13:35:41 UTC
Removed unneccesary classes and made a memory and cpu optimization
Tip revision: d874292
File Mode Size
src
.gitignore -rw-r--r-- 31 bytes
build.gradle -rw-r--r-- 1.2 KB
proguard-rules.pro -rw-r--r-- 665 bytes

back to top