Skip to content

Use Flat3Map in MainActivity.

Make use of the Flat3Map class to store devices, as it stores values in simple fields when its size is 3 or less and thus can perform better than HashMap.

Merge request reports