Parse SDK and Mobile Backend Development
Primitive sets for Android

Primitive sets for Android

6/27/2016 · Udi Cohen

What this post added

Introduced LongArraySet and IntArraySet for Android, which leverage LongSparseArray and SparseArrayCompat respectively. These implementations provide efficient set operations for primitive long and int data types, offering performance benefits over traditional HashSets for smaller collections by using binary search and an optimization for removed entries.

Read the original post ↗