Loop performance on Android at the moment is much too slow (~40x too slow). - Currently the performance ~O(n) where n is the number of draws - Currently creating `Map` each loop - The concurrent GC cycle only kicks in every 3 seconds or so.