ArrayList<route> neighbours = nodes.get(nodeID).neighbours; for(int i=0;i<neighbours.size();i++){ route neighbour = neighbours.get(i);
Original comment is on proggit. Went from 1600ms to 900ms.
http://pastebin.com/w2BC8fNg
http://www.reddit.com/r/programming/comments/2pvf68/armv7_vs...