This paper aims to address what is a suitable programming paradigm for real-time crowd rendering from a performance standpoint, with smartphones as the target platform. Among the most prominent and intuitive programming paradigms is the object-oriented (OO) one, with data-oriented designs be- coming more common in recent years. In this paper, Unity’s GameObject approach built on an object-oriented foundation is compared with their DOTS system using GPU instancing, arranging different test scenarios later built using Xcode on an iPhone 6S and an iPhone XR. The results from the different scenarios and builds are represented through multiple graphs focusing on the obtained frame rate, CPU usage and GPU usage. The DOTS system proved to outperfo...