Performance update
Reminder:
As suggested in #835 the performance could be increase with using androidx-collections.
replace
btool.util.CompactLongMap
with
androidx.collection.MutableLongObjectMap
We should check if the AndroidX classes work with pure Java. Or if there are pure Java equivalents.
9 条评论